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