#ffca55
a light, electric yellow · warm · closest name: orange
RGB
255, 202, 85
HSL
41°, 100%, 67%
CMYK
0, 21, 67, 0
Luminance
0.6416
Every format
| HEX | #ffca55 |
| RGB | rgb(255, 202, 85) |
| HSL | hsl(41, 100%, 67%) |
| CMYK | cmyk(0%, 21%, 67%, 0%) |
| LAB | lab(84.0 7.0 63.5) |
| LCH | lch(84.0 63.9 83.7) |
| OKLCH | oklch(0.865 0.144 84.2) |
Copy-ready code
/* CSS */
color: #ffca55;
background-color: #ffca55;
/* Tailwind (arbitrary) */
class="text-[#ffca55] bg-[#ffca55]"
/* SCSS */
$brand: #ffca55;
/* SwiftUI */
Color(red: 1.000, green: 0.792, blue: 0.333)
/* Android */
Color.parseColor("#ffca55")Accessibility — WCAG contrast
Aa
#ffca55 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffca55 on black: 13.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green79.2%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta20.8%
Yellow66.7%
Key (black)0.0%
Color previews
#ffca55 text on a black background
contrast 13.83:1
Card sample
#ffca55 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffca55;
Background color
Panel with #ffca55 background
background-color: #ffca55;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffca55;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 202, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 202, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffca55; background: linear-gradient(135deg, #ffca55, #C3FF55);