#b3dcd3
a light, soft cyan · cool · closest name: silver
RGB
179, 220, 211
HSL
167°, 37%, 78%
CMYK
19, 0, 4, 14
Luminance
0.6547
Every format
| HEX | #b3dcd3 |
| RGB | rgb(179, 220, 211) |
| HSL | hsl(167, 37%, 78%) |
| CMYK | cmyk(19%, 0%, 4%, 14%) |
| LAB | lab(84.7 -15.2 -0.0) |
| LCH | lch(84.7 15.2 180.0) |
| OKLCH | oklch(0.863 0.045 180.4) |
Copy-ready code
/* CSS */
color: #b3dcd3;
background-color: #b3dcd3;
/* Tailwind (arbitrary) */
class="text-[#b3dcd3] bg-[#b3dcd3]"
/* SCSS */
$brand: #b3dcd3;
/* SwiftUI */
Color(red: 0.702, green: 0.863, blue: 0.827)
/* Android */
Color.parseColor("#b3dcd3")Accessibility — WCAG contrast
Aa
#b3dcd3 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3dcd3 on black: 14.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green86.3%
Blue82.7%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow4.1%
Key (black)13.7%
Color previews
#b3dcd3 text on a black background
contrast 14.09:1
Card sample
#b3dcd3 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3dcd3;
Background color
Panel with #b3dcd3 background
background-color: #b3dcd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3dcd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 220, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 220, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3dcd3; background: linear-gradient(135deg, #b3dcd3, #B3CADC);