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