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