#ffce02
a balanced, electric yellow · cool · closest name: gold
RGB
255, 206, 2
HSL
48°, 100%, 50%
CMYK
0, 19, 99, 0
Luminance
0.6541
Every format
| HEX | #ffce02 |
| RGB | rgb(255, 206, 2) |
| HSL | hsl(48, 100%, 50%) |
| CMYK | cmyk(0%, 19%, 99%, 0%) |
| LAB | lab(84.7 2.7 85.4) |
| LCH | lch(84.7 85.4 88.2) |
| OKLCH | oklch(0.869 0.177 91.3) |
Copy-ready code
/* CSS */
color: #ffce02;
background-color: #ffce02;
/* Tailwind (arbitrary) */
class="text-[#ffce02] bg-[#ffce02]"
/* SCSS */
$brand: #ffce02;
/* SwiftUI */
Color(red: 1.000, green: 0.808, blue: 0.008)
/* Android */
Color.parseColor("#ffce02")Accessibility — WCAG contrast
Aa
#ffce02 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffce02 on black: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.8%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta19.2%
Yellow99.2%
Key (black)0.0%
Color previews
#ffce02 text on a black background
contrast 14.08:1
Card sample
#ffce02 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffce02;
Background color
Panel with #ffce02 background
background-color: #ffce02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffce02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 206, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 206, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffce02; background: linear-gradient(135deg, #ffce02, #87FF02);