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