#cddfba
a light, soft green · cool · closest name: beige
RGB
205, 223, 186
HSL
89°, 37%, 80%
CMYK
8, 0, 17, 13
Luminance
0.6930
Every format
| HEX | #cddfba |
| RGB | rgb(205, 223, 186) |
| HSL | hsl(89, 37%, 80%) |
| CMYK | cmyk(8%, 0%, 17%, 13%) |
| LAB | lab(86.7 -12.5 16.1) |
| LCH | lch(86.7 20.4 127.8) |
| OKLCH | oklch(0.880 0.053 128.6) |
Copy-ready code
/* CSS */
color: #cddfba;
background-color: #cddfba;
/* Tailwind (arbitrary) */
class="text-[#cddfba] bg-[#cddfba]"
/* SCSS */
$brand: #cddfba;
/* SwiftUI */
Color(red: 0.804, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#cddfba")Accessibility — WCAG contrast
Aa
#cddfba on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddfba on black: 14.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green87.5%
Blue72.9%
CMYK percentages
Cyan8.1%
Magenta0.0%
Yellow16.6%
Key (black)12.5%
Color previews
#cddfba text on a black background
contrast 14.86:1
Card sample
#cddfba text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddfba;
Background color
Panel with #cddfba background
background-color: #cddfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddfba; background: linear-gradient(135deg, #cddfba, #BADFC0);