#cddbc2
a light, soft green · cool · closest name: beige
RGB
205, 219, 194
HSL
94°, 26%, 81%
CMYK
6, 0, 11, 14
Luminance
0.6754
Every format
| HEX | #cddbc2 |
| RGB | rgb(205, 219, 194) |
| HSL | hsl(94, 26%, 81%) |
| CMYK | cmyk(6%, 0%, 11%, 14%) |
| LAB | lab(85.8 -9.2 10.7) |
| LCH | lch(85.8 14.1 130.6) |
| OKLCH | oklch(0.874 0.037 131.2) |
Copy-ready code
/* CSS */
color: #cddbc2;
background-color: #cddbc2;
/* Tailwind (arbitrary) */
class="text-[#cddbc2] bg-[#cddbc2]"
/* SCSS */
$brand: #cddbc2;
/* SwiftUI */
Color(red: 0.804, green: 0.859, blue: 0.761)
/* Android */
Color.parseColor("#cddbc2")Accessibility — WCAG contrast
Aa
#cddbc2 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddbc2 on black: 14.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green85.9%
Blue76.1%
CMYK percentages
Cyan6.4%
Magenta0.0%
Yellow11.4%
Key (black)14.1%
Color previews
#cddbc2 text on a black background
contrast 14.51:1
Card sample
#cddbc2 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddbc2;
Background color
Panel with #cddbc2 background
background-color: #cddbc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddbc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 219, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 219, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddbc2; background: linear-gradient(135deg, #cddbc2, #C2DBC8);