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