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