#ffc07d
a light, electric orange · warm · closest name: tan
RGB
255, 192, 125
HSL
31°, 100%, 75%
CMYK
0, 25, 51, 0
Luminance
0.6044
Every format
| HEX | #ffc07d |
| RGB | rgb(255, 192, 125) |
| HSL | hsl(31, 100%, 75%) |
| CMYK | cmyk(0%, 25%, 51%, 0%) |
| LAB | lab(82.1 15.0 42.4) |
| LCH | lch(82.1 45.0 70.5) |
| OKLCH | oklch(0.851 0.111 67.1) |
Copy-ready code
/* CSS */
color: #ffc07d;
background-color: #ffc07d;
/* Tailwind (arbitrary) */
class="text-[#ffc07d] bg-[#ffc07d]"
/* SCSS */
$brand: #ffc07d;
/* SwiftUI */
Color(red: 1.000, green: 0.753, blue: 0.490)
/* Android */
Color.parseColor("#ffc07d")Accessibility — WCAG contrast
Aa
#ffc07d on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc07d on black: 13.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green75.3%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta24.7%
Yellow51.0%
Key (black)0.0%
Color previews
#ffc07d text on a black background
contrast 13.09:1
Card sample
#ffc07d text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc07d;
Background color
Panel with #ffc07d background
background-color: #ffc07d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc07d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 192, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 192, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc07d; background: linear-gradient(135deg, #ffc07d, #E7FF7D);