#cddbbf
a light, soft green · cool · closest name: beige
RGB
205, 219, 191
HSL
90°, 28%, 80%
CMYK
6, 0, 13, 14
Luminance
0.6740
Every format
| HEX | #cddbbf |
| RGB | rgb(205, 219, 191) |
| HSL | hsl(90, 28%, 80%) |
| CMYK | cmyk(6%, 0%, 13%, 14%) |
| LAB | lab(85.7 -9.7 12.2) |
| LCH | lch(85.7 15.6 128.5) |
| OKLCH | oklch(0.873 0.041 129.0) |
Copy-ready code
/* CSS */
color: #cddbbf;
background-color: #cddbbf;
/* Tailwind (arbitrary) */
class="text-[#cddbbf] bg-[#cddbbf]"
/* SCSS */
$brand: #cddbbf;
/* SwiftUI */
Color(red: 0.804, green: 0.859, blue: 0.749)
/* Android */
Color.parseColor("#cddbbf")Accessibility — WCAG contrast
Aa
#cddbbf on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddbbf on black: 14.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green85.9%
Blue74.9%
CMYK percentages
Cyan6.4%
Magenta0.0%
Yellow12.8%
Key (black)14.1%
Color previews
#cddbbf text on a black background
contrast 14.48:1
Card sample
#cddbbf text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddbbf;
Background color
Panel with #cddbbf background
background-color: #cddbbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddbbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 219, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 219, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddbbf; background: linear-gradient(135deg, #cddbbf, #BFDBC4);