#ceeb93
a light, vivid green · cool · closest name: khaki
RGB
206, 235, 147
HSL
80°, 69%, 75%
CMYK
12, 0, 37, 8
Luminance
0.7465
Every format
| HEX | #ceeb93 |
| RGB | rgb(206, 235, 147) |
| HSL | hsl(80, 69%, 75%) |
| CMYK | cmyk(12%, 0%, 37%, 8%) |
| LAB | lab(89.2 -23.6 39.6) |
| LCH | lch(89.2 46.1 120.8) |
| OKLCH | oklch(0.899 0.117 123.6) |
Copy-ready code
/* CSS */
color: #ceeb93;
background-color: #ceeb93;
/* Tailwind (arbitrary) */
class="text-[#ceeb93] bg-[#ceeb93]"
/* SCSS */
$brand: #ceeb93;
/* SwiftUI */
Color(red: 0.808, green: 0.922, blue: 0.576)
/* Android */
Color.parseColor("#ceeb93")Accessibility — WCAG contrast
Aa
#ceeb93 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceeb93 on black: 15.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.2%
Blue57.6%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow37.4%
Key (black)7.8%
Color previews
#ceeb93 text on a black background
contrast 15.93:1
Card sample
#ceeb93 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceeb93;
Background color
Panel with #ceeb93 background
background-color: #ceeb93;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceeb93;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 235, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 235, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceeb93; background: linear-gradient(135deg, #ceeb93, #93EB93);