#ceeb13
a balanced, electric yellow · cool · closest name: yellow
RGB
206, 235, 19
HSL
68°, 85%, 50%
CMYK
12, 0, 92, 8
Luminance
0.7259
Every format
| HEX | #ceeb13 |
| RGB | rgb(206, 235, 19) |
| HSL | hsl(68, 85%, 50%) |
| CMYK | cmyk(12%, 0%, 92%, 8%) |
| LAB | lab(88.3 -32.0 84.6) |
| LCH | lch(88.3 90.5 110.7) |
| OKLCH | oklch(0.888 0.205 118.4) |
Copy-ready code
/* CSS */
color: #ceeb13;
background-color: #ceeb13;
/* Tailwind (arbitrary) */
class="text-[#ceeb13] bg-[#ceeb13]"
/* SCSS */
$brand: #ceeb13;
/* SwiftUI */
Color(red: 0.808, green: 0.922, blue: 0.075)
/* Android */
Color.parseColor("#ceeb13")Accessibility — WCAG contrast
Aa
#ceeb13 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceeb13 on black: 15.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.2%
Blue7.5%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow91.9%
Key (black)7.8%
Color previews
#ceeb13 text on a black background
contrast 15.52:1
Card sample
#ceeb13 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceeb13;
Background color
Panel with #ceeb13 background
background-color: #ceeb13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceeb13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 235, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 235, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceeb13; background: linear-gradient(135deg, #ceeb13, #3EEB13);