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