#b9f2cf
a light, vivid green · cool · closest name: aquamarine
RGB
185, 242, 207
HSL
143°, 69%, 84%
CMYK
24, 0, 15, 5
Luminance
0.7832
Every format
| HEX | #b9f2cf |
| RGB | rgb(185, 242, 207) |
| HSL | hsl(143, 69%, 84%) |
| CMYK | cmyk(24%, 0%, 15%, 5%) |
| LAB | lab(90.9 -24.9 11.1) |
| LCH | lch(90.9 27.2 156.0) |
| OKLCH | oklch(0.913 0.075 157.6) |
Copy-ready code
/* CSS */
color: #b9f2cf;
background-color: #b9f2cf;
/* Tailwind (arbitrary) */
class="text-[#b9f2cf] bg-[#b9f2cf]"
/* SCSS */
$brand: #b9f2cf;
/* SwiftUI */
Color(red: 0.725, green: 0.949, blue: 0.812)
/* Android */
Color.parseColor("#b9f2cf")Accessibility — WCAG contrast
Aa
#b9f2cf on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9f2cf on black: 16.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green94.9%
Blue81.2%
CMYK percentages
Cyan23.6%
Magenta0.0%
Yellow14.5%
Key (black)5.1%
Color previews
#b9f2cf text on a black background
contrast 16.66:1
Card sample
#b9f2cf text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9f2cf;
Background color
Panel with #b9f2cf background
background-color: #b9f2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9f2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 242, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 242, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9f2cf; background: linear-gradient(135deg, #b9f2cf, #B9EFF2);