#cbdace
a light, soft green · cool · closest name: silver
RGB
203, 218, 206
HSL
132°, 17%, 83%
CMYK
7, 0, 6, 15
Luminance
0.6730
Every format
| HEX | #cbdace |
| RGB | rgb(203, 218, 206) |
| HSL | hsl(132, 17%, 83%) |
| CMYK | cmyk(7%, 0%, 6%, 15%) |
| LAB | lab(85.7 -7.3 4.2) |
| LCH | lch(85.7 8.4 150.1) |
| OKLCH | oklch(0.874 0.023 151.6) |
Copy-ready code
/* CSS */
color: #cbdace;
background-color: #cbdace;
/* Tailwind (arbitrary) */
class="text-[#cbdace] bg-[#cbdace]"
/* SCSS */
$brand: #cbdace;
/* SwiftUI */
Color(red: 0.796, green: 0.855, blue: 0.808)
/* Android */
Color.parseColor("#cbdace")Accessibility — WCAG contrast
Aa
#cbdace on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdace on black: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green85.5%
Blue80.8%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow5.5%
Key (black)14.5%
Color previews
#cbdace text on a black background
contrast 14.46:1
Card sample
#cbdace text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdace;
Background color
Panel with #cbdace background
background-color: #cbdace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 218, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 218, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdace; background: linear-gradient(135deg, #cbdace, #CBDAD8);