#ceeb62
a light, electric green · cool · closest name: khaki
RGB
206, 235, 98
HSL
73°, 77%, 65%
CMYK
12, 0, 58, 8
Luminance
0.7342
Every format
| HEX | #ceeb62 |
| RGB | rgb(206, 235, 98) |
| HSL | hsl(73, 77%, 65%) |
| CMYK | cmyk(12%, 0%, 58%, 8%) |
| LAB | lab(88.7 -28.5 61.8) |
| LCH | lch(88.7 68.1 114.8) |
| OKLCH | oklch(0.892 0.165 119.9) |
Copy-ready code
/* CSS */
color: #ceeb62;
background-color: #ceeb62;
/* Tailwind (arbitrary) */
class="text-[#ceeb62] bg-[#ceeb62]"
/* SCSS */
$brand: #ceeb62;
/* SwiftUI */
Color(red: 0.808, green: 0.922, blue: 0.384)
/* Android */
Color.parseColor("#ceeb62")Accessibility — WCAG contrast
Aa
#ceeb62 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceeb62 on black: 15.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.2%
Blue38.4%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow58.3%
Key (black)7.8%
Color previews
#ceeb62 text on a black background
contrast 15.68:1
Card sample
#ceeb62 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceeb62;
Background color
Panel with #ceeb62 background
background-color: #ceeb62;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceeb62;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 235, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 235, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceeb62; background: linear-gradient(135deg, #ceeb62, #73EB62);