#ffb27f
a light, electric orange · warm · closest name: peru
RGB
255, 178, 127
HSL
24°, 100%, 75%
CMYK
0, 30, 50, 0
Luminance
0.5463
Every format
| HEX | #ffb27f |
| RGB | rgb(255, 178, 127) |
| HSL | hsl(24, 100%, 75%) |
| CMYK | cmyk(0%, 30%, 50%, 0%) |
| LAB | lab(78.8 22.5 37.2) |
| LCH | lch(78.8 43.5 58.8) |
| OKLCH | oklch(0.826 0.112 54.1) |
Copy-ready code
/* CSS */
color: #ffb27f;
background-color: #ffb27f;
/* Tailwind (arbitrary) */
class="text-[#ffb27f] bg-[#ffb27f]"
/* SCSS */
$brand: #ffb27f;
/* SwiftUI */
Color(red: 1.000, green: 0.698, blue: 0.498)
/* Android */
Color.parseColor("#ffb27f")Accessibility — WCAG contrast
Aa
#ffb27f on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb27f on black: 11.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green69.8%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta30.2%
Yellow50.2%
Key (black)0.0%
Color previews
#ffb27f text on a black background
contrast 11.93:1
Card sample
#ffb27f text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb27f;
Background color
Panel with #ffb27f background
background-color: #ffb27f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb27f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 178, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 178, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb27f; background: linear-gradient(135deg, #ffb27f, #F7FF7F);