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