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