#92FFDB
A light, vivid green closely aligning with Aquamarine.
About #92FFDB
At its core, #92FFDB is a light and vivid hue. Its closest recognized web color is Aquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 255, and 219.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 43% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#92FFDB
RGB146, 255, 219
HSL160.2°, 100.0%, 78.6%
CMYK43%, 0%, 14%, 0%
HSV160.2°, 42.7%, 100.0%
LAB92.9, -39.5, 7.4
XYZ60.4, 82.7, 79.8
Decimal9633755
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.20:1
Text on #FFFFFF
FAIL
17.55:1
Text on #000000
AAA
1.14:1
Text on #F8FAFC
FAIL
14.92:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92FFDB;
}
.text-color {
color: #92FFDB;
}
.border-color {
border: 2px solid #92FFDB;
}