#cddbaf
a light, soft green · cool · closest name: beige
RGB
205, 219, 175
HSL
79°, 38%, 77%
CMYK
6, 0, 20, 14
Luminance
0.6674
Every format
| HEX | #cddbaf |
| RGB | rgb(205, 219, 175) |
| HSL | hsl(79, 38%, 77%) |
| CMYK | cmyk(6%, 0%, 20%, 14%) |
| LAB | lab(85.4 -12.3 20.1) |
| LCH | lch(85.4 23.6 121.3) |
| OKLCH | oklch(0.870 0.061 122.0) |
Copy-ready code
/* CSS */
color: #cddbaf;
background-color: #cddbaf;
/* Tailwind (arbitrary) */
class="text-[#cddbaf] bg-[#cddbaf]"
/* SCSS */
$brand: #cddbaf;
/* SwiftUI */
Color(red: 0.804, green: 0.859, blue: 0.686)
/* Android */
Color.parseColor("#cddbaf")Accessibility — WCAG contrast
Aa
#cddbaf on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddbaf on black: 14.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green85.9%
Blue68.6%
CMYK percentages
Cyan6.4%
Magenta0.0%
Yellow20.1%
Key (black)14.1%
Color previews
#cddbaf text on a black background
contrast 14.35:1
Card sample
#cddbaf text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddbaf;
Background color
Panel with #cddbaf background
background-color: #cddbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 219, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 219, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddbaf; background: linear-gradient(135deg, #cddbaf, #B0DBAF);