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