#b0dcd3
a light, soft cyan · cool · closest name: silver
RGB
176, 220, 211
HSL
168°, 39%, 78%
CMYK
20, 0, 4, 14
Luminance
0.6512
Every format
| HEX | #b0dcd3 |
| RGB | rgb(176, 220, 211) |
| HSL | hsl(168, 39%, 78%) |
| CMYK | cmyk(20%, 0%, 4%, 14%) |
| LAB | lab(84.5 -16.1 -0.3) |
| LCH | lch(84.5 16.1 181.1) |
| OKLCH | oklch(0.861 0.048 181.3) |
Copy-ready code
/* CSS */
color: #b0dcd3;
background-color: #b0dcd3;
/* Tailwind (arbitrary) */
class="text-[#b0dcd3] bg-[#b0dcd3]"
/* SCSS */
$brand: #b0dcd3;
/* SwiftUI */
Color(red: 0.690, green: 0.863, blue: 0.827)
/* Android */
Color.parseColor("#b0dcd3")Accessibility — WCAG contrast
Aa
#b0dcd3 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0dcd3 on black: 14.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green86.3%
Blue82.7%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow4.1%
Key (black)13.7%
Color previews
#b0dcd3 text on a black background
contrast 14.02:1
Card sample
#b0dcd3 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0dcd3;
Background color
Panel with #b0dcd3 background
background-color: #b0dcd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0dcd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 220, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 220, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0dcd3; background: linear-gradient(135deg, #b0dcd3, #B0C8DC);