#ceeb24
a balanced, electric yellow · cool · closest name: yellow
RGB
206, 235, 36
HSL
69°, 83%, 53%
CMYK
12, 0, 85, 8
Luminance
0.7267
Every format
| HEX | #ceeb24 |
| RGB | rgb(206, 235, 36) |
| HSL | hsl(69, 83%, 53%) |
| CMYK | cmyk(12%, 0%, 85%, 8%) |
| LAB | lab(88.3 -31.6 81.9) |
| LCH | lch(88.3 87.8 111.1) |
| OKLCH | oklch(0.888 0.201 118.6) |
Copy-ready code
/* CSS */
color: #ceeb24;
background-color: #ceeb24;
/* Tailwind (arbitrary) */
class="text-[#ceeb24] bg-[#ceeb24]"
/* SCSS */
$brand: #ceeb24;
/* SwiftUI */
Color(red: 0.808, green: 0.922, blue: 0.141)
/* Android */
Color.parseColor("#ceeb24")Accessibility — WCAG contrast
Aa
#ceeb24 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceeb24 on black: 15.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.2%
Blue14.1%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow84.7%
Key (black)7.8%
Color previews
#ceeb24 text on a black background
contrast 15.53:1
Card sample
#ceeb24 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceeb24;
Background color
Panel with #ceeb24 background
background-color: #ceeb24;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceeb24;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 235, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 235, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceeb24; background: linear-gradient(135deg, #ceeb24, #49EB24);