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