#ccdfc8
a light, soft green · cool · closest name: beige
RGB
204, 223, 200
HSL
110°, 26%, 83%
CMYK
9, 0, 10, 13
Luminance
0.6978
Every format
| HEX | #ccdfc8 |
| RGB | rgb(204, 223, 200) |
| HSL | hsl(110, 26%, 83%) |
| CMYK | cmyk(9%, 0%, 10%, 13%) |
| LAB | lab(86.9 -10.5 9.1) |
| LCH | lch(86.9 13.9 139.1) |
| OKLCH | oklch(0.883 0.037 140.2) |
Copy-ready code
/* CSS */
color: #ccdfc8;
background-color: #ccdfc8;
/* Tailwind (arbitrary) */
class="text-[#ccdfc8] bg-[#ccdfc8]"
/* SCSS */
$brand: #ccdfc8;
/* SwiftUI */
Color(red: 0.800, green: 0.875, blue: 0.784)
/* Android */
Color.parseColor("#ccdfc8")Accessibility — WCAG contrast
Aa
#ccdfc8 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccdfc8 on black: 14.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green87.5%
Blue78.4%
CMYK percentages
Cyan8.5%
Magenta0.0%
Yellow10.3%
Key (black)12.5%
Color previews
#ccdfc8 text on a black background
contrast 14.96:1
Card sample
#ccdfc8 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccdfc8;
Background color
Panel with #ccdfc8 background
background-color: #ccdfc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccdfc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 223, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 223, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccdfc8; background: linear-gradient(135deg, #ccdfc8, #C8DFD3);