#ceedb6
a light, vivid green · cool · closest name: beige
RGB
206, 237, 182
HSL
94°, 60%, 82%
CMYK
13, 0, 23, 7
Luminance
0.7707
Every format
| HEX | #ceedb6 |
| RGB | rgb(206, 237, 182) |
| HSL | hsl(94, 60%, 82%) |
| CMYK | cmyk(13%, 0%, 23%, 7%) |
| LAB | lab(90.3 -19.8 23.4) |
| LCH | lch(90.3 30.6 130.2) |
| OKLCH | oklch(0.910 0.080 131.8) |
Copy-ready code
/* CSS */
color: #ceedb6;
background-color: #ceedb6;
/* Tailwind (arbitrary) */
class="text-[#ceedb6] bg-[#ceedb6]"
/* SCSS */
$brand: #ceedb6;
/* SwiftUI */
Color(red: 0.808, green: 0.929, blue: 0.714)
/* Android */
Color.parseColor("#ceedb6")Accessibility — WCAG contrast
Aa
#ceedb6 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceedb6 on black: 16.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.9%
Blue71.4%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow23.2%
Key (black)7.1%
Color previews
#ceedb6 text on a black background
contrast 16.41:1
Card sample
#ceedb6 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceedb6;
Background color
Panel with #ceedb6 background
background-color: #ceedb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceedb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 237, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 237, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceedb6; background: linear-gradient(135deg, #ceedb6, #B6EDC3);