#ffc35b
a light, electric orange · warm · closest name: orange
RGB
255, 195, 91
HSL
38°, 100%, 68%
CMYK
0, 24, 64, 0
Luminance
0.6105
Every format
| HEX | #ffc35b |
| RGB | rgb(255, 195, 91) |
| HSL | hsl(38, 100%, 68%) |
| CMYK | cmyk(0%, 24%, 64%, 0%) |
| LAB | lab(82.4 11.0 59.1) |
| LCH | lch(82.4 60.1 79.5) |
| OKLCH | oklch(0.852 0.138 78.7) |
Copy-ready code
/* CSS */
color: #ffc35b;
background-color: #ffc35b;
/* Tailwind (arbitrary) */
class="text-[#ffc35b] bg-[#ffc35b]"
/* SCSS */
$brand: #ffc35b;
/* SwiftUI */
Color(red: 1.000, green: 0.765, blue: 0.357)
/* Android */
Color.parseColor("#ffc35b")Accessibility — WCAG contrast
Aa
#ffc35b on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc35b on black: 13.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green76.5%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta23.5%
Yellow64.3%
Key (black)0.0%
Color previews
#ffc35b text on a black background
contrast 13.21:1
Card sample
#ffc35b text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc35b;
Background color
Panel with #ffc35b background
background-color: #ffc35b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc35b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 195, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 195, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc35b; background: linear-gradient(135deg, #ffc35b, #CEFF5B);