#cceeb2
a light, vivid green · cool · closest name: beige
RGB
204, 238, 178
HSL
94°, 64%, 82%
CMYK
14, 0, 25, 7
Luminance
0.7720
Every format
| HEX | #cceeb2 |
| RGB | rgb(204, 238, 178) |
| HSL | hsl(94, 64%, 82%) |
| CMYK | cmyk(14%, 0%, 25%, 7%) |
| LAB | lab(90.4 -21.6 25.5) |
| LCH | lch(90.4 33.4 130.2) |
| OKLCH | oklch(0.910 0.087 132.0) |
Copy-ready code
/* CSS */
color: #cceeb2;
background-color: #cceeb2;
/* Tailwind (arbitrary) */
class="text-[#cceeb2] bg-[#cceeb2]"
/* SCSS */
$brand: #cceeb2;
/* SwiftUI */
Color(red: 0.800, green: 0.933, blue: 0.698)
/* Android */
Color.parseColor("#cceeb2")Accessibility — WCAG contrast
Aa
#cceeb2 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cceeb2 on black: 16.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green93.3%
Blue69.8%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow25.2%
Key (black)6.7%
Color previews
#cceeb2 text on a black background
contrast 16.44:1
Card sample
#cceeb2 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cceeb2;
Background color
Panel with #cceeb2 background
background-color: #cceeb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cceeb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 238, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 238, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cceeb2; background: linear-gradient(135deg, #cceeb2, #B2EEC0);