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