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