#ffc27f
a light, electric orange · warm · closest name: tan
RGB
255, 194, 127
HSL
31°, 100%, 75%
CMYK
0, 24, 50, 0
Luminance
0.6138
Every format
| HEX | #ffc27f |
| RGB | rgb(255, 194, 127) |
| HSL | hsl(31, 100%, 75%) |
| CMYK | cmyk(0%, 24%, 50%, 0%) |
| LAB | lab(82.6 14.2 42.0) |
| LCH | lch(82.6 44.3 71.4) |
| OKLCH | oklch(0.855 0.109 68.1) |
Copy-ready code
/* CSS */
color: #ffc27f;
background-color: #ffc27f;
/* Tailwind (arbitrary) */
class="text-[#ffc27f] bg-[#ffc27f]"
/* SCSS */
$brand: #ffc27f;
/* SwiftUI */
Color(red: 1.000, green: 0.761, blue: 0.498)
/* Android */
Color.parseColor("#ffc27f")Accessibility — WCAG contrast
Aa
#ffc27f on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc27f on black: 13.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green76.1%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta23.9%
Yellow50.2%
Key (black)0.0%
Color previews
#ffc27f text on a black background
contrast 13.28:1
Card sample
#ffc27f text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc27f;
Background color
Panel with #ffc27f background
background-color: #ffc27f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc27f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 194, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 194, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc27f; background: linear-gradient(135deg, #ffc27f, #E7FF7F);