#b3dacf
a light, soft cyan · cool · closest name: silver
RGB
179, 218, 207
HSL
163°, 35%, 78%
CMYK
18, 0, 5, 15
Luminance
0.6423
Every format
| HEX | #b3dacf |
| RGB | rgb(179, 218, 207) |
| HSL | hsl(163, 35%, 78%) |
| CMYK | cmyk(18%, 0%, 5%, 15%) |
| LAB | lab(84.1 -14.9 1.2) |
| LCH | lch(84.1 15.0 175.5) |
| OKLCH | oklch(0.857 0.044 176.2) |
Copy-ready code
/* CSS */
color: #b3dacf;
background-color: #b3dacf;
/* Tailwind (arbitrary) */
class="text-[#b3dacf] bg-[#b3dacf]"
/* SCSS */
$brand: #b3dacf;
/* SwiftUI */
Color(red: 0.702, green: 0.855, blue: 0.812)
/* Android */
Color.parseColor("#b3dacf")Accessibility — WCAG contrast
Aa
#b3dacf on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3dacf on black: 13.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green85.5%
Blue81.2%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow5.0%
Key (black)14.5%
Color previews
#b3dacf text on a black background
contrast 13.85:1
Card sample
#b3dacf text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3dacf;
Background color
Panel with #b3dacf background
background-color: #b3dacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3dacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 218, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 218, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3dacf; background: linear-gradient(135deg, #b3dacf, #B3CBDA);