#ffc286
a light, electric orange · warm · closest name: tan
RGB
255, 194, 134
HSL
30°, 100%, 76%
CMYK
0, 24, 48, 0
Luminance
0.6156
Every format
| HEX | #ffc286 |
| RGB | rgb(255, 194, 134) |
| HSL | hsl(30, 100%, 76%) |
| CMYK | cmyk(0%, 24%, 48%, 0%) |
| LAB | lab(82.7 14.8 38.5) |
| LCH | lch(82.7 41.3 69.0) |
| OKLCH | oklch(0.856 0.104 65.2) |
Copy-ready code
/* CSS */
color: #ffc286;
background-color: #ffc286;
/* Tailwind (arbitrary) */
class="text-[#ffc286] bg-[#ffc286]"
/* SCSS */
$brand: #ffc286;
/* SwiftUI */
Color(red: 1.000, green: 0.761, blue: 0.525)
/* Android */
Color.parseColor("#ffc286")Accessibility — WCAG contrast
Aa
#ffc286 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc286 on black: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green76.1%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta23.9%
Yellow47.5%
Key (black)0.0%
Color previews
#ffc286 text on a black background
contrast 13.31:1
Card sample
#ffc286 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc286;
Background color
Panel with #ffc286 background
background-color: #ffc286;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc286;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 194, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 194, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc286; background: linear-gradient(135deg, #ffc286, #EBFF86);