#cedba2
a light, soft green · cool · closest name: khaki
RGB
206, 219, 162
HSL
74°, 44%, 75%
CMYK
6, 0, 26, 14
Luminance
0.6639
Every format
| HEX | #cedba2 |
| RGB | rgb(206, 219, 162) |
| HSL | hsl(74, 44%, 75%) |
| CMYK | cmyk(6%, 0%, 26%, 14%) |
| LAB | lab(85.2 -13.8 26.6) |
| LCH | lch(85.2 30.0 117.4) |
| OKLCH | oklch(0.868 0.076 118.5) |
Copy-ready code
/* CSS */
color: #cedba2;
background-color: #cedba2;
/* Tailwind (arbitrary) */
class="text-[#cedba2] bg-[#cedba2]"
/* SCSS */
$brand: #cedba2;
/* SwiftUI */
Color(red: 0.808, green: 0.859, blue: 0.635)
/* Android */
Color.parseColor("#cedba2")Accessibility — WCAG contrast
Aa
#cedba2 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cedba2 on black: 14.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green85.9%
Blue63.5%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow26.0%
Key (black)14.1%
Color previews
#cedba2 text on a black background
contrast 14.28:1
Card sample
#cedba2 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cedba2;
Background color
Panel with #cedba2 background
background-color: #cedba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cedba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 219, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 219, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cedba2; background: linear-gradient(135deg, #cedba2, #A8DBA2);