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