#cbdaba
a light, soft green · cool · closest name: beige
RGB
203, 218, 186
HSL
88°, 30%, 79%
CMYK
7, 0, 15, 15
Luminance
0.6638
Every format
| HEX | #cbdaba |
| RGB | rgb(203, 218, 186) |
| HSL | hsl(88, 30%, 79%) |
| CMYK | cmyk(7%, 0%, 15%, 15%) |
| LAB | lab(85.2 -10.7 14.1) |
| LCH | lch(85.2 17.7 127.3) |
| OKLCH | oklch(0.869 0.046 127.9) |
Copy-ready code
/* CSS */
color: #cbdaba;
background-color: #cbdaba;
/* Tailwind (arbitrary) */
class="text-[#cbdaba] bg-[#cbdaba]"
/* SCSS */
$brand: #cbdaba;
/* SwiftUI */
Color(red: 0.796, green: 0.855, blue: 0.729)
/* Android */
Color.parseColor("#cbdaba")Accessibility — WCAG contrast
Aa
#cbdaba on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdaba on black: 14.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green85.5%
Blue72.9%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow14.7%
Key (black)14.5%
Color previews
#cbdaba text on a black background
contrast 14.28:1
Card sample
#cbdaba text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdaba;
Background color
Panel with #cbdaba background
background-color: #cbdaba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdaba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 218, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 218, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdaba; background: linear-gradient(135deg, #cbdaba, #BADABE);