#cebf21
a balanced, vivid yellow · cool · closest name: gold
RGB
206, 191, 33
HSL
55°, 72%, 47%
CMYK
0, 7, 84, 19
Luminance
0.5049
Every format
| HEX | #cebf21 |
| RGB | rgb(206, 191, 33) |
| HSL | hsl(55, 72%, 47%) |
| CMYK | cmyk(0%, 7%, 84%, 19%) |
| LAB | lab(76.4 -10.3 72.6) |
| LCH | lch(76.4 73.4 98.1) |
| OKLCH | oklch(0.793 0.160 103.5) |
Copy-ready code
/* CSS */
color: #cebf21;
background-color: #cebf21;
/* Tailwind (arbitrary) */
class="text-[#cebf21] bg-[#cebf21]"
/* SCSS */
$brand: #cebf21;
/* SwiftUI */
Color(red: 0.808, green: 0.749, blue: 0.129)
/* Android */
Color.parseColor("#cebf21")Accessibility — WCAG contrast
Aa
#cebf21 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebf21 on black: 11.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green74.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta7.3%
Yellow84.0%
Key (black)19.2%
Color previews
#cebf21 text on a black background
contrast 11.10:1
Card sample
#cebf21 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebf21;
Background color
Panel with #cebf21 background
background-color: #cebf21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebf21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 191, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 191, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebf21; background: linear-gradient(135deg, #cebf21, #6ACE21);