#ccedaf
a light, vivid green · cool · closest name: khaki
RGB
204, 237, 175
HSL
92°, 63%, 81%
CMYK
14, 0, 26, 7
Luminance
0.7650
Every format
| HEX | #ccedaf |
| RGB | rgb(204, 237, 175) |
| HSL | hsl(92, 63%, 81%) |
| CMYK | cmyk(14%, 0%, 26%, 7%) |
| LAB | lab(90.1 -21.5 26.6) |
| LCH | lch(90.1 34.2 129.0) |
| OKLCH | oklch(0.907 0.089 130.8) |
Copy-ready code
/* CSS */
color: #ccedaf;
background-color: #ccedaf;
/* Tailwind (arbitrary) */
class="text-[#ccedaf] bg-[#ccedaf]"
/* SCSS */
$brand: #ccedaf;
/* SwiftUI */
Color(red: 0.800, green: 0.929, blue: 0.686)
/* Android */
Color.parseColor("#ccedaf")Accessibility — WCAG contrast
Aa
#ccedaf on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccedaf on black: 16.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green92.9%
Blue68.6%
CMYK percentages
Cyan13.9%
Magenta0.0%
Yellow26.2%
Key (black)7.1%
Color previews
#ccedaf text on a black background
contrast 16.30:1
Card sample
#ccedaf text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccedaf;
Background color
Panel with #ccedaf background
background-color: #ccedaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccedaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 237, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 237, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccedaf; background: linear-gradient(135deg, #ccedaf, #AFEDBB);