#cdddcb
a light, soft green · cool · closest name: beige
RGB
205, 221, 203
HSL
113°, 21%, 83%
CMYK
7, 0, 8, 13
Luminance
0.6900
Every format
| HEX | #cdddcb |
| RGB | rgb(205, 221, 203) |
| HSL | hsl(113, 21%, 83%) |
| CMYK | cmyk(7%, 0%, 8%, 13%) |
| LAB | lab(86.5 -8.6 7.0) |
| LCH | lch(86.5 11.1 141.0) |
| OKLCH | oklch(0.880 0.030 142.2) |
Copy-ready code
/* CSS */
color: #cdddcb;
background-color: #cdddcb;
/* Tailwind (arbitrary) */
class="text-[#cdddcb] bg-[#cdddcb]"
/* SCSS */
$brand: #cdddcb;
/* SwiftUI */
Color(red: 0.804, green: 0.867, blue: 0.796)
/* Android */
Color.parseColor("#cdddcb")Accessibility — WCAG contrast
Aa
#cdddcb on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdddcb on black: 14.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green86.7%
Blue79.6%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow8.1%
Key (black)13.3%
Color previews
#cdddcb text on a black background
contrast 14.80:1
Card sample
#cdddcb text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdddcb;
Background color
Panel with #cdddcb background
background-color: #cdddcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdddcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 221, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 221, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdddcb; background: linear-gradient(135deg, #cdddcb, #CBDDD5);