#b9fbdf
a pale, electric green · cool · closest name: aquamarine
RGB
185, 251, 223
HSL
155°, 89%, 86%
CMYK
26, 0, 11, 2
Luminance
0.8464
Every format
| HEX | #b9fbdf |
| RGB | rgb(185, 251, 223) |
| HSL | hsl(155, 89%, 86%) |
| CMYK | cmyk(26%, 0%, 11%, 2%) |
| LAB | lab(93.7 -26.2 6.8) |
| LCH | lch(93.7 27.0 165.4) |
| OKLCH | oklch(0.936 0.076 166.7) |
Copy-ready code
/* CSS */
color: #b9fbdf;
background-color: #b9fbdf;
/* Tailwind (arbitrary) */
class="text-[#b9fbdf] bg-[#b9fbdf]"
/* SCSS */
$brand: #b9fbdf;
/* SwiftUI */
Color(red: 0.725, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#b9fbdf")Accessibility — WCAG contrast
Aa
#b9fbdf on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9fbdf on black: 17.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green98.4%
Blue87.5%
CMYK percentages
Cyan26.3%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#b9fbdf text on a black background
contrast 17.93:1
Card sample
#b9fbdf text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9fbdf;
Background color
Panel with #b9fbdf background
background-color: #b9fbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9fbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9fbdf; background: linear-gradient(135deg, #b9fbdf, #B9EBFB);