#cceed4
a pale, vivid green · cool · closest name: beige
RGB
204, 238, 212
HSL
134°, 50%, 87%
CMYK
14, 0, 11, 7
Luminance
0.7874
Every format
| HEX | #cceed4 |
| RGB | rgb(204, 238, 212) |
| HSL | hsl(134, 50%, 87%) |
| CMYK | cmyk(14%, 0%, 11%, 7%) |
| LAB | lab(91.1 -15.9 8.9) |
| LCH | lch(91.1 18.3 150.8) |
| OKLCH | oklch(0.918 0.050 152.4) |
Copy-ready code
/* CSS */
color: #cceed4;
background-color: #cceed4;
/* Tailwind (arbitrary) */
class="text-[#cceed4] bg-[#cceed4]"
/* SCSS */
$brand: #cceed4;
/* SwiftUI */
Color(red: 0.800, green: 0.933, blue: 0.831)
/* Android */
Color.parseColor("#cceed4")Accessibility — WCAG contrast
Aa
#cceed4 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cceed4 on black: 16.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green93.3%
Blue83.1%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow10.9%
Key (black)6.7%
Color previews
#cceed4 text on a black background
contrast 16.75:1
Card sample
#cceed4 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cceed4;
Background color
Panel with #cceed4 background
background-color: #cceed4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cceed4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 238, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 238, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cceed4; background: linear-gradient(135deg, #cceed4, #CCEEEB);