#ceeab8
a light, vivid green · cool · closest name: beige
RGB
206, 234, 184
HSL
94°, 54%, 82%
CMYK
12, 0, 21, 8
Luminance
0.7543
Every format
| HEX | #ceeab8 |
| RGB | rgb(206, 234, 184) |
| HSL | hsl(94, 54%, 82%) |
| CMYK | cmyk(12%, 0%, 21%, 8%) |
| LAB | lab(89.6 -18.0 21.3) |
| LCH | lch(89.6 27.9 130.2) |
| OKLCH | oklch(0.904 0.073 131.6) |
Copy-ready code
/* CSS */
color: #ceeab8;
background-color: #ceeab8;
/* Tailwind (arbitrary) */
class="text-[#ceeab8] bg-[#ceeab8]"
/* SCSS */
$brand: #ceeab8;
/* SwiftUI */
Color(red: 0.808, green: 0.918, blue: 0.722)
/* Android */
Color.parseColor("#ceeab8")Accessibility — WCAG contrast
Aa
#ceeab8 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceeab8 on black: 16.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green91.8%
Blue72.2%
CMYK percentages
Cyan12.0%
Magenta0.0%
Yellow21.4%
Key (black)8.2%
Color previews
#ceeab8 text on a black background
contrast 16.09:1
Card sample
#ceeab8 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceeab8;
Background color
Panel with #ceeab8 background
background-color: #ceeab8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceeab8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 234, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 234, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceeab8; background: linear-gradient(135deg, #ceeab8, #B8EAC3);