#BDFFDB
A very light, vivid green closely aligning with Aquamarine.
About #BDFFDB
At its core, #BDFFDB is a very light and vivid hue. If you're using CSS, you might find it aligns closely with Aquamarine. This translates to an RGB value of rgb(189, 255, 219).
If you are designing for print, the four-color process is what matters most. The color uses 26% Cyan, 0% Magenta, 14% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#BDFFDB
RGB189, 255, 219
HSL147.3°, 100.0%, 87.1%
CMYK26%, 0%, 14%, 0%
HSV147.3°, 25.9%, 100.0%
LAB94.9, -27.6, 10.6
XYZ69.5, 87.5, 80.2
Decimal12451803
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.14:1
Text on #FFFFFF
FAIL
18.49:1
Text on #000000
AAA
1.09:1
Text on #F8FAFC
FAIL
15.72:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDFFDB;
}
.text-color {
color: #BDFFDB;
}
.border-color {
border: 2px solid #BDFFDB;
}