#ffc039
a balanced, electric yellow · warm · closest name: orange
RGB
255, 192, 57
HSL
41°, 100%, 61%
CMYK
0, 25, 78, 0
Luminance
0.5925
Every format
| HEX | #ffc039 |
| RGB | rgb(255, 192, 57) |
| HSL | hsl(41, 100%, 61%) |
| CMYK | cmyk(0%, 25%, 78%, 0%) |
| LAB | lab(81.4 10.9 71.8) |
| LCH | lch(81.4 72.7 81.4) |
| OKLCH | oklch(0.844 0.158 81.7) |
Copy-ready code
/* CSS */
color: #ffc039;
background-color: #ffc039;
/* Tailwind (arbitrary) */
class="text-[#ffc039] bg-[#ffc039]"
/* SCSS */
$brand: #ffc039;
/* SwiftUI */
Color(red: 1.000, green: 0.753, blue: 0.224)
/* Android */
Color.parseColor("#ffc039")Accessibility — WCAG contrast
Aa
#ffc039 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc039 on black: 12.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green75.3%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta24.7%
Yellow77.6%
Key (black)0.0%
Color previews
#ffc039 text on a black background
contrast 12.85:1
Card sample
#ffc039 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc039;
Background color
Panel with #ffc039 background
background-color: #ffc039;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc039;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 192, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 192, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc039; background: linear-gradient(135deg, #ffc039, #BAFF39);