#ceeeb2
a light, vivid green · cool · closest name: beige
RGB
206, 238, 178
HSL
92°, 64%, 82%
CMYK
13, 0, 25, 7
Luminance
0.7749
Every format
| HEX | #ceeeb2 |
| RGB | rgb(206, 238, 178) |
| HSL | hsl(92, 64%, 82%) |
| CMYK | cmyk(13%, 0%, 25%, 7%) |
| LAB | lab(90.5 -20.9 25.7) |
| LCH | lch(90.5 33.1 129.1) |
| OKLCH | oklch(0.911 0.086 130.8) |
Copy-ready code
/* CSS */
color: #ceeeb2;
background-color: #ceeeb2;
/* Tailwind (arbitrary) */
class="text-[#ceeeb2] bg-[#ceeeb2]"
/* SCSS */
$brand: #ceeeb2;
/* SwiftUI */
Color(red: 0.808, green: 0.933, blue: 0.698)
/* Android */
Color.parseColor("#ceeeb2")Accessibility — WCAG contrast
Aa
#ceeeb2 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceeeb2 on black: 16.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green93.3%
Blue69.8%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow25.2%
Key (black)6.7%
Color previews
#ceeeb2 text on a black background
contrast 16.50:1
Card sample
#ceeeb2 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceeeb2;
Background color
Panel with #ceeeb2 background
background-color: #ceeeb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceeeb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 238, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 238, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceeeb2; background: linear-gradient(135deg, #ceeeb2, #B2EEBE);