#ffc27b
a light, electric orange · warm · closest name: peru
RGB
255, 194, 123
HSL
32°, 100%, 74%
CMYK
0, 24, 52, 0
Luminance
0.6127
Every format
| HEX | #ffc27b |
| RGB | rgb(255, 194, 123) |
| HSL | hsl(32, 100%, 74%) |
| CMYK | cmyk(0%, 24%, 52%, 0%) |
| LAB | lab(82.5 13.8 43.9) |
| LCH | lch(82.5 46.1 72.6) |
| OKLCH | oklch(0.855 0.113 69.6) |
Copy-ready code
/* CSS */
color: #ffc27b;
background-color: #ffc27b;
/* Tailwind (arbitrary) */
class="text-[#ffc27b] bg-[#ffc27b]"
/* SCSS */
$brand: #ffc27b;
/* SwiftUI */
Color(red: 1.000, green: 0.761, blue: 0.482)
/* Android */
Color.parseColor("#ffc27b")Accessibility — WCAG contrast
Aa
#ffc27b on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc27b on black: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green76.1%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta23.9%
Yellow51.8%
Key (black)0.0%
Color previews
#ffc27b text on a black background
contrast 13.25:1
Card sample
#ffc27b text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc27b;
Background color
Panel with #ffc27b background
background-color: #ffc27b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc27b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 194, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 194, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc27b; background: linear-gradient(135deg, #ffc27b, #E4FF7B);