#cddfbc
a light, soft green · cool · closest name: beige
RGB
205, 223, 188
HSL
91°, 35%, 81%
CMYK
8, 0, 16, 13
Luminance
0.6939
Every format
| HEX | #cddfbc |
| RGB | rgb(205, 223, 188) |
| HSL | hsl(91, 35%, 81%) |
| CMYK | cmyk(8%, 0%, 16%, 13%) |
| LAB | lab(86.7 -12.2 15.2) |
| LCH | lch(86.7 19.5 128.9) |
| OKLCH | oklch(0.881 0.051 129.7) |
Copy-ready code
/* CSS */
color: #cddfbc;
background-color: #cddfbc;
/* Tailwind (arbitrary) */
class="text-[#cddfbc] bg-[#cddfbc]"
/* SCSS */
$brand: #cddfbc;
/* SwiftUI */
Color(red: 0.804, green: 0.875, blue: 0.737)
/* Android */
Color.parseColor("#cddfbc")Accessibility — WCAG contrast
Aa
#cddfbc on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddfbc on black: 14.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green87.5%
Blue73.7%
CMYK percentages
Cyan8.1%
Magenta0.0%
Yellow15.7%
Key (black)12.5%
Color previews
#cddfbc text on a black background
contrast 14.88:1
Card sample
#cddfbc text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddfbc;
Background color
Panel with #cddfbc background
background-color: #cddfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 223, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 223, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddfbc; background: linear-gradient(135deg, #cddfbc, #BCDFC2);