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