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