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