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