#cceccc
a pale, vivid green · cool · closest name: beige
RGB
204, 236, 204
HSL
120°, 46%, 86%
CMYK
14, 0, 14, 8
Luminance
0.7719
Every format
| HEX | #cceccc |
| RGB | rgb(204, 236, 204) |
| HSL | hsl(120, 46%, 86%) |
| CMYK | cmyk(14%, 0%, 14%, 8%) |
| LAB | lab(90.4 -16.4 12.1) |
| LCH | lch(90.4 20.3 143.6) |
| OKLCH | oklch(0.911 0.055 145.1) |
Copy-ready code
/* CSS */
color: #cceccc;
background-color: #cceccc;
/* Tailwind (arbitrary) */
class="text-[#cceccc] bg-[#cceccc]"
/* SCSS */
$brand: #cceccc;
/* SwiftUI */
Color(red: 0.800, green: 0.925, blue: 0.800)
/* Android */
Color.parseColor("#cceccc")Accessibility — WCAG contrast
Aa
#cceccc on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cceccc on black: 16.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green92.5%
Blue80.0%
CMYK percentages
Cyan13.6%
Magenta0.0%
Yellow13.6%
Key (black)7.5%
Color previews
#cceccc text on a black background
contrast 16.44:1
Card sample
#cceccc text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cceccc;
Background color
Panel with #cceccc background
background-color: #cceccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cceccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 236, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 236, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cceccc; background: linear-gradient(135deg, #cceccc, #CCECE1);