#cddccc
a light, soft green · cool · closest name: beige
RGB
205, 220, 204
HSL
116°, 19%, 83%
CMYK
7, 0, 7, 14
Luminance
0.6853
Every format
| HEX | #cddccc |
| RGB | rgb(205, 220, 204) |
| HSL | hsl(116, 19%, 83%) |
| CMYK | cmyk(7%, 0%, 7%, 14%) |
| LAB | lab(86.3 -8.0 6.1) |
| LCH | lch(86.3 10.1 142.4) |
| OKLCH | oklch(0.879 0.027 143.6) |
Copy-ready code
/* CSS */
color: #cddccc;
background-color: #cddccc;
/* Tailwind (arbitrary) */
class="text-[#cddccc] bg-[#cddccc]"
/* SCSS */
$brand: #cddccc;
/* SwiftUI */
Color(red: 0.804, green: 0.863, blue: 0.800)
/* Android */
Color.parseColor("#cddccc")Accessibility — WCAG contrast
Aa
#cddccc on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddccc on black: 14.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green86.3%
Blue80.0%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow7.3%
Key (black)13.7%
Color previews
#cddccc text on a black background
contrast 14.71:1
Card sample
#cddccc text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddccc;
Background color
Panel with #cddccc background
background-color: #cddccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 220, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 220, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddccc; background: linear-gradient(135deg, #cddccc, #CCDCD6);