#ffc182
a light, electric orange · warm · closest name: tan
RGB
255, 193, 130
HSL
30°, 100%, 76%
CMYK
0, 24, 49, 0
Luminance
0.6101
Every format
| HEX | #ffc182 |
| RGB | rgb(255, 193, 130) |
| HSL | hsl(30, 100%, 76%) |
| CMYK | cmyk(0%, 24%, 49%, 0%) |
| LAB | lab(82.4 14.9 40.2) |
| LCH | lch(82.4 42.9 69.6) |
| OKLCH | oklch(0.854 0.107 66.0) |
Copy-ready code
/* CSS */
color: #ffc182;
background-color: #ffc182;
/* Tailwind (arbitrary) */
class="text-[#ffc182] bg-[#ffc182]"
/* SCSS */
$brand: #ffc182;
/* SwiftUI */
Color(red: 1.000, green: 0.757, blue: 0.510)
/* Android */
Color.parseColor("#ffc182")Accessibility — WCAG contrast
Aa
#ffc182 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc182 on black: 13.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green75.7%
Blue51.0%
CMYK percentages
Cyan0.0%
Magenta24.3%
Yellow49.0%
Key (black)0.0%
Color previews
#ffc182 text on a black background
contrast 13.20:1
Card sample
#ffc182 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc182;
Background color
Panel with #ffc182 background
background-color: #ffc182;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc182;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 193, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 193, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc182; background: linear-gradient(135deg, #ffc182, #EAFF82);