#ffc33c
a balanced, electric yellow · warm · closest name: orange
RGB
255, 195, 60
HSL
42°, 100%, 62%
CMYK
0, 24, 77, 0
Luminance
0.6062
Every format
| HEX | #ffc33c |
| RGB | rgb(255, 195, 60) |
| HSL | hsl(42, 100%, 62%) |
| CMYK | cmyk(0%, 24%, 77%, 0%) |
| LAB | lab(82.2 9.5 71.5) |
| LCH | lch(82.2 72.1 82.5) |
| OKLCH | oklch(0.850 0.157 83.1) |
Copy-ready code
/* CSS */
color: #ffc33c;
background-color: #ffc33c;
/* Tailwind (arbitrary) */
class="text-[#ffc33c] bg-[#ffc33c]"
/* SCSS */
$brand: #ffc33c;
/* SwiftUI */
Color(red: 1.000, green: 0.765, blue: 0.235)
/* Android */
Color.parseColor("#ffc33c")Accessibility — WCAG contrast
Aa
#ffc33c on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc33c on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green76.5%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta23.5%
Yellow76.5%
Key (black)0.0%
Color previews
#ffc33c text on a black background
contrast 13.12:1
Card sample
#ffc33c text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc33c;
Background color
Panel with #ffc33c background
background-color: #ffc33c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc33c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 195, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 195, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc33c; background: linear-gradient(135deg, #ffc33c, #B9FF3C);