#b9f0eb
a light, vivid cyan · cool · closest name: white
RGB
185, 240, 235
HSL
175°, 65%, 83%
CMYK
23, 0, 2, 6
Luminance
0.7863
Every format
| HEX | #b9f0eb |
| RGB | rgb(185, 240, 235) |
| HSL | hsl(175, 65%, 83%) |
| CMYK | cmyk(23%, 0%, 2%, 6%) |
| LAB | lab(91.1 -18.4 -3.3) |
| LCH | lch(91.1 18.7 190.1) |
| OKLCH | oklch(0.916 0.056 189.3) |
Copy-ready code
/* CSS */
color: #b9f0eb;
background-color: #b9f0eb;
/* Tailwind (arbitrary) */
class="text-[#b9f0eb] bg-[#b9f0eb]"
/* SCSS */
$brand: #b9f0eb;
/* SwiftUI */
Color(red: 0.725, green: 0.941, blue: 0.922)
/* Android */
Color.parseColor("#b9f0eb")Accessibility — WCAG contrast
Aa
#b9f0eb on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9f0eb on black: 16.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green94.1%
Blue92.2%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow2.1%
Key (black)5.9%
Color previews
#b9f0eb text on a black background
contrast 16.73:1
Card sample
#b9f0eb text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9f0eb;
Background color
Panel with #b9f0eb background
background-color: #b9f0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9f0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 240, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 240, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9f0eb; background: linear-gradient(135deg, #b9f0eb, #B9D0F0);