#b9fcf2
a pale, electric cyan · cool · closest name: ivory
RGB
185, 252, 242
HSL
171°, 92%, 86%
CMYK
27, 0, 4, 1
Luminance
0.8635
Every format
| HEX | #b9fcf2 |
| RGB | rgb(185, 252, 242) |
| HSL | hsl(171, 92%, 86%) |
| CMYK | cmyk(27%, 0%, 4%, 1%) |
| LAB | lab(94.5 -22.8 -1.9) |
| LCH | lch(94.5 22.9 184.9) |
| OKLCH | oklch(0.944 0.068 184.7) |
Copy-ready code
/* CSS */
color: #b9fcf2;
background-color: #b9fcf2;
/* Tailwind (arbitrary) */
class="text-[#b9fcf2] bg-[#b9fcf2]"
/* SCSS */
$brand: #b9fcf2;
/* SwiftUI */
Color(red: 0.725, green: 0.988, blue: 0.949)
/* Android */
Color.parseColor("#b9fcf2")Accessibility — WCAG contrast
Aa
#b9fcf2 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9fcf2 on black: 18.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green98.8%
Blue94.9%
CMYK percentages
Cyan26.6%
Magenta0.0%
Yellow4.0%
Key (black)1.2%
Color previews
#b9fcf2 text on a black background
contrast 18.27:1
Card sample
#b9fcf2 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9fcf2;
Background color
Panel with #b9fcf2 background
background-color: #b9fcf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9fcf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 252, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 252, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9fcf2; background: linear-gradient(135deg, #b9fcf2, #B9D9FC);