#cddcb0
a light, soft green · cool · closest name: beige
RGB
205, 220, 176
HSL
81°, 39%, 78%
CMYK
7, 0, 20, 14
Luminance
0.6730
Every format
| HEX | #cddcb0 |
| RGB | rgb(205, 220, 176) |
| HSL | hsl(81, 39%, 78%) |
| CMYK | cmyk(7%, 0%, 20%, 14%) |
| LAB | lab(85.7 -12.6 20.0) |
| LCH | lch(85.7 23.6 122.2) |
| OKLCH | oklch(0.872 0.061 123.0) |
Copy-ready code
/* CSS */
color: #cddcb0;
background-color: #cddcb0;
/* Tailwind (arbitrary) */
class="text-[#cddcb0] bg-[#cddcb0]"
/* SCSS */
$brand: #cddcb0;
/* SwiftUI */
Color(red: 0.804, green: 0.863, blue: 0.690)
/* Android */
Color.parseColor("#cddcb0")Accessibility — WCAG contrast
Aa
#cddcb0 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddcb0 on black: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green86.3%
Blue69.0%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow20.0%
Key (black)13.7%
Color previews
#cddcb0 text on a black background
contrast 14.46:1
Card sample
#cddcb0 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddcb0;
Background color
Panel with #cddcb0 background
background-color: #cddcb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddcb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 220, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 220, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddcb0; background: linear-gradient(135deg, #cddcb0, #B0DCB0);