#b9fceb
a pale, electric cyan · cool · closest name: beige
RGB
185, 252, 235
HSL
165°, 92%, 86%
CMYK
27, 0, 7, 1
Luminance
0.8593
Every format
| HEX | #b9fceb |
| RGB | rgb(185, 252, 235) |
| HSL | hsl(165, 92%, 86%) |
| CMYK | cmyk(27%, 0%, 7%, 1%) |
| LAB | lab(94.3 -24.2 1.4) |
| LCH | lch(94.3 24.3 176.6) |
| OKLCH | oklch(0.942 0.071 177.3) |
Copy-ready code
/* CSS */
color: #b9fceb;
background-color: #b9fceb;
/* Tailwind (arbitrary) */
class="text-[#b9fceb] bg-[#b9fceb]"
/* SCSS */
$brand: #b9fceb;
/* SwiftUI */
Color(red: 0.725, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#b9fceb")Accessibility — WCAG contrast
Aa
#b9fceb on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9fceb on black: 18.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green98.8%
Blue92.2%
CMYK percentages
Cyan26.6%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#b9fceb text on a black background
contrast 18.19:1
Card sample
#b9fceb text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9fceb;
Background color
Panel with #b9fceb background
background-color: #b9fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9fceb; background: linear-gradient(135deg, #b9fceb, #B9E0FC);