#b0e6db
a light, vivid cyan · cool · closest name: beige
RGB
176, 230, 219
HSL
168°, 52%, 80%
CMYK
24, 0, 5, 10
Luminance
0.7094
Every format
| HEX | #b0e6db |
| RGB | rgb(176, 230, 219) |
| HSL | hsl(168, 52%, 80%) |
| CMYK | cmyk(24%, 0%, 5%, 10%) |
| LAB | lab(87.5 -19.4 -0.3) |
| LCH | lch(87.5 19.4 180.8) |
| OKLCH | oklch(0.885 0.057 181.0) |
Copy-ready code
/* CSS */
color: #b0e6db;
background-color: #b0e6db;
/* Tailwind (arbitrary) */
class="text-[#b0e6db] bg-[#b0e6db]"
/* SCSS */
$brand: #b0e6db;
/* SwiftUI */
Color(red: 0.690, green: 0.902, blue: 0.859)
/* Android */
Color.parseColor("#b0e6db")Accessibility — WCAG contrast
Aa
#b0e6db on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0e6db on black: 15.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green90.2%
Blue85.9%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow4.8%
Key (black)9.8%
Color previews
#b0e6db text on a black background
contrast 15.19:1
Card sample
#b0e6db text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0e6db;
Background color
Panel with #b0e6db background
background-color: #b0e6db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0e6db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 230, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 230, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0e6db; background: linear-gradient(135deg, #b0e6db, #B0CDE6);