#caeb09
a balanced, electric yellow · cool · closest name: yellow
RGB
202, 235, 9
HSL
69°, 93%, 48%
CMYK
14, 0, 96, 8
Luminance
0.7199
Every format
| HEX | #caeb09 |
| RGB | rgb(202, 235, 9) |
| HSL | hsl(69, 93%, 48%) |
| CMYK | cmyk(14%, 0%, 96%, 8%) |
| LAB | lab(88.0 -33.7 85.3) |
| LCH | lch(88.0 91.7 111.6) |
| OKLCH | oklch(0.885 0.208 119.5) |
Copy-ready code
/* CSS */
color: #caeb09;
background-color: #caeb09;
/* Tailwind (arbitrary) */
class="text-[#caeb09] bg-[#caeb09]"
/* SCSS */
$brand: #caeb09;
/* SwiftUI */
Color(red: 0.792, green: 0.922, blue: 0.035)
/* Android */
Color.parseColor("#caeb09")Accessibility — WCAG contrast
Aa
#caeb09 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caeb09 on black: 15.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green92.2%
Blue3.5%
CMYK percentages
Cyan14.0%
Magenta0.0%
Yellow96.2%
Key (black)7.8%
Color previews
#caeb09 text on a black background
contrast 15.40:1
Card sample
#caeb09 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caeb09;
Background color
Panel with #caeb09 background
background-color: #caeb09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caeb09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 235, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 235, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caeb09; background: linear-gradient(135deg, #caeb09, #33EB09);