#ceeb68
a light, electric green · cool · closest name: khaki
RGB
206, 235, 104
HSL
73°, 77%, 67%
CMYK
12, 0, 56, 8
Luminance
0.7354
Every format
| HEX | #ceeb68 |
| RGB | rgb(206, 235, 104) |
| HSL | hsl(73, 77%, 67%) |
| CMYK | cmyk(12%, 0%, 56%, 8%) |
| LAB | lab(88.7 -28.0 59.3) |
| LCH | lch(88.7 65.6 115.3) |
| OKLCH | oklch(0.893 0.160 120.2) |
Copy-ready code
/* CSS */
color: #ceeb68;
background-color: #ceeb68;
/* Tailwind (arbitrary) */
class="text-[#ceeb68] bg-[#ceeb68]"
/* SCSS */
$brand: #ceeb68;
/* SwiftUI */
Color(red: 0.808, green: 0.922, blue: 0.408)
/* Android */
Color.parseColor("#ceeb68")Accessibility — WCAG contrast
Aa
#ceeb68 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceeb68 on black: 15.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.2%
Blue40.8%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow55.7%
Key (black)7.8%
Color previews
#ceeb68 text on a black background
contrast 15.71:1
Card sample
#ceeb68 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceeb68;
Background color
Panel with #ceeb68 background
background-color: #ceeb68;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceeb68;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 235, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 235, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceeb68; background: linear-gradient(135deg, #ceeb68, #77EB68);