#b3dfd9
a light, soft cyan · cool · closest name: silver
RGB
179, 223, 217
HSL
172°, 41%, 79%
CMYK
20, 0, 3, 13
Luminance
0.6737
Every format
| HEX | #b3dfd9 |
| RGB | rgb(179, 223, 217) |
| HSL | hsl(172, 41%, 79%) |
| CMYK | cmyk(20%, 0%, 3%, 13%) |
| LAB | lab(85.7 -15.4 -1.8) |
| LCH | lch(85.7 15.5 186.6) |
| OKLCH | oklch(0.871 0.046 186.2) |
Copy-ready code
/* CSS */
color: #b3dfd9;
background-color: #b3dfd9;
/* Tailwind (arbitrary) */
class="text-[#b3dfd9] bg-[#b3dfd9]"
/* SCSS */
$brand: #b3dfd9;
/* SwiftUI */
Color(red: 0.702, green: 0.875, blue: 0.851)
/* Android */
Color.parseColor("#b3dfd9")Accessibility — WCAG contrast
Aa
#b3dfd9 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3dfd9 on black: 14.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green87.5%
Blue85.1%
CMYK percentages
Cyan19.7%
Magenta0.0%
Yellow2.7%
Key (black)12.5%
Color previews
#b3dfd9 text on a black background
contrast 14.47:1
Card sample
#b3dfd9 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3dfd9;
Background color
Panel with #b3dfd9 background
background-color: #b3dfd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3dfd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 223, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 223, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3dfd9; background: linear-gradient(135deg, #b3dfd9, #B3C8DF);