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