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