#b0eddf
a light, vivid cyan · cool · closest name: beige
RGB
176, 237, 223
HSL
166°, 63%, 81%
CMYK
26, 0, 6, 7
Luminance
0.7513
Every format
| HEX | #b0eddf |
| RGB | rgb(176, 237, 223) |
| HSL | hsl(166, 63%, 81%) |
| CMYK | cmyk(26%, 0%, 6%, 7%) |
| LAB | lab(89.5 -22.1 0.6) |
| LCH | lch(89.5 22.1 178.6) |
| OKLCH | oklch(0.901 0.065 179.0) |
Copy-ready code
/* CSS */
color: #b0eddf;
background-color: #b0eddf;
/* Tailwind (arbitrary) */
class="text-[#b0eddf] bg-[#b0eddf]"
/* SCSS */
$brand: #b0eddf;
/* SwiftUI */
Color(red: 0.690, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#b0eddf")Accessibility — WCAG contrast
Aa
#b0eddf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0eddf on black: 16.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green92.9%
Blue87.5%
CMYK percentages
Cyan25.7%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#b0eddf text on a black background
contrast 16.03:1
Card sample
#b0eddf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0eddf;
Background color
Panel with #b0eddf background
background-color: #b0eddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0eddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0eddf; background: linear-gradient(135deg, #b0eddf, #B0D2ED);