#b9fcdf
a pale, electric green · cool · closest name: aquamarine
RGB
185, 252, 223
HSL
154°, 92%, 86%
CMYK
27, 0, 12, 1
Luminance
0.8526
Every format
| HEX | #b9fcdf |
| RGB | rgb(185, 252, 223) |
| HSL | hsl(154, 92%, 86%) |
| CMYK | cmyk(27%, 0%, 12%, 1%) |
| LAB | lab(94.0 -26.6 7.2) |
| LCH | lch(94.0 27.6 164.9) |
| OKLCH | oklch(0.939 0.078 166.2) |
Copy-ready code
/* CSS */
color: #b9fcdf;
background-color: #b9fcdf;
/* Tailwind (arbitrary) */
class="text-[#b9fcdf] bg-[#b9fcdf]"
/* SCSS */
$brand: #b9fcdf;
/* SwiftUI */
Color(red: 0.725, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#b9fcdf")Accessibility — WCAG contrast
Aa
#b9fcdf on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9fcdf on black: 18.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green98.8%
Blue87.5%
CMYK percentages
Cyan26.6%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#b9fcdf text on a black background
contrast 18.05:1
Card sample
#b9fcdf text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9fcdf;
Background color
Panel with #b9fcdf background
background-color: #b9fcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9fcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9fcdf; background: linear-gradient(135deg, #b9fcdf, #B9ECFC);