#cdddba
a light, soft green · cool · closest name: beige
RGB
205, 221, 186
HSL
87°, 34%, 80%
CMYK
7, 0, 16, 13
Luminance
0.6824
Every format
| HEX | #cdddba |
| RGB | rgb(205, 221, 186) |
| HSL | hsl(87, 34%, 80%) |
| CMYK | cmyk(7%, 0%, 16%, 13%) |
| LAB | lab(86.1 -11.5 15.4) |
| LCH | lch(86.1 19.2 126.8) |
| OKLCH | oklch(0.876 0.050 127.5) |
Copy-ready code
/* CSS */
color: #cdddba;
background-color: #cdddba;
/* Tailwind (arbitrary) */
class="text-[#cdddba] bg-[#cdddba]"
/* SCSS */
$brand: #cdddba;
/* SwiftUI */
Color(red: 0.804, green: 0.867, blue: 0.729)
/* Android */
Color.parseColor("#cdddba")Accessibility — WCAG contrast
Aa
#cdddba on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdddba on black: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green86.7%
Blue72.9%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow15.8%
Key (black)13.3%
Color previews
#cdddba text on a black background
contrast 14.65:1
Card sample
#cdddba text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdddba;
Background color
Panel with #cdddba background
background-color: #cdddba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdddba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 221, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 221, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdddba; background: linear-gradient(135deg, #cdddba, #BADDBE);