#cddfce
a light, soft green · cool · closest name: beige
RGB
205, 223, 206
HSL
123°, 22%, 84%
CMYK
8, 0, 8, 13
Luminance
0.7021
Every format
| HEX | #cddfce |
| RGB | rgb(205, 223, 206) |
| HSL | hsl(123, 22%, 84%) |
| CMYK | cmyk(8%, 0%, 8%, 13%) |
| LAB | lab(87.1 -9.1 6.3) |
| LCH | lch(87.1 11.1 145.5) |
| OKLCH | oklch(0.885 0.030 146.9) |
Copy-ready code
/* CSS */
color: #cddfce;
background-color: #cddfce;
/* Tailwind (arbitrary) */
class="text-[#cddfce] bg-[#cddfce]"
/* SCSS */
$brand: #cddfce;
/* SwiftUI */
Color(red: 0.804, green: 0.875, blue: 0.808)
/* Android */
Color.parseColor("#cddfce")Accessibility — WCAG contrast
Aa
#cddfce on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddfce on black: 15.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green87.5%
Blue80.8%
CMYK percentages
Cyan8.1%
Magenta0.0%
Yellow7.6%
Key (black)12.5%
Color previews
#cddfce text on a black background
contrast 15.04:1
Card sample
#cddfce text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddfce;
Background color
Panel with #cddfce background
background-color: #cddfce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddfce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 223, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 223, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddfce; background: linear-gradient(135deg, #cddfce, #CDDFDA);