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