#BDFFC5
A very light, vivid green closely aligning with Aquamarine.
About #BDFFC5
The hex code #BDFFC5 represents a beautifully specific shade of green. It is closely associated with the named CSS color Aquamarine. This translates to an RGB value of rgb(189, 255, 197).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 26% Cyan, 0% Magenta, 23% Yellow, and 0% Black. With a hue angle of 127.3 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Because it is a very light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BDFFC5
RGB189, 255, 197
HSL127.3°, 100.0%, 87.1%
CMYK26%, 0%, 23%, 0%
HSV127.3°, 25.9%, 100.0%
LAB94.5, -31.6, 21.2
XYZ66.8, 86.4, 66.0
Decimal12451781
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.15:1
Text on #FFFFFF
FAIL
18.27:1
Text on #000000
AAA
1.10:1
Text on #F8FAFC
FAIL
15.54:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDFFC5;
}
.text-color {
color: #BDFFC5;
}
.border-color {
border: 2px solid #BDFFC5;
}