#b0f0df
a light, vivid cyan · cool · closest name: beige
RGB
176, 240, 223
HSL
164°, 68%, 82%
CMYK
27, 0, 7, 6
Luminance
0.7688
Every format
| HEX | #b0f0df |
| RGB | rgb(176, 240, 223) |
| HSL | hsl(164, 68%, 82%) |
| CMYK | cmyk(27%, 0%, 7%, 6%) |
| LAB | lab(90.3 -23.5 1.7) |
| LCH | lch(90.3 23.6 175.8) |
| OKLCH | oklch(0.907 0.069 176.5) |
Copy-ready code
/* CSS */
color: #b0f0df;
background-color: #b0f0df;
/* Tailwind (arbitrary) */
class="text-[#b0f0df] bg-[#b0f0df]"
/* SCSS */
$brand: #b0f0df;
/* SwiftUI */
Color(red: 0.690, green: 0.941, blue: 0.875)
/* Android */
Color.parseColor("#b0f0df")Accessibility — WCAG contrast
Aa
#b0f0df on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0f0df on black: 16.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green94.1%
Blue87.5%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow7.1%
Key (black)5.9%
Color previews
#b0f0df text on a black background
contrast 16.38:1
Card sample
#b0f0df text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0f0df;
Background color
Panel with #b0f0df background
background-color: #b0f0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0f0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 240, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 240, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0f0df; background: linear-gradient(135deg, #b0f0df, #B0D6F0);