#b3e5df
a light, vivid cyan · cool · closest name: silver
RGB
179, 229, 223
HSL
173°, 49%, 80%
CMYK
22, 0, 3, 10
Luminance
0.7095
Every format
| HEX | #b3e5df |
| RGB | rgb(179, 229, 223) |
| HSL | hsl(173, 49%, 80%) |
| CMYK | cmyk(22%, 0%, 3%, 10%) |
| LAB | lab(87.5 -17.2 -2.3) |
| LCH | lch(87.5 17.4 187.7) |
| OKLCH | oklch(0.885 0.052 187.2) |
Copy-ready code
/* CSS */
color: #b3e5df;
background-color: #b3e5df;
/* Tailwind (arbitrary) */
class="text-[#b3e5df] bg-[#b3e5df]"
/* SCSS */
$brand: #b3e5df;
/* SwiftUI */
Color(red: 0.702, green: 0.898, blue: 0.875)
/* Android */
Color.parseColor("#b3e5df")Accessibility — WCAG contrast
Aa
#b3e5df on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3e5df on black: 15.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green89.8%
Blue87.5%
CMYK percentages
Cyan21.8%
Magenta0.0%
Yellow2.6%
Key (black)10.2%
Color previews
#b3e5df text on a black background
contrast 15.19:1
Card sample
#b3e5df text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3e5df;
Background color
Panel with #b3e5df background
background-color: #b3e5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3e5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 229, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 229, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3e5df; background: linear-gradient(135deg, #b3e5df, #B3CAE5);