#ffbc6e
a light, electric orange · warm · closest name: peru
RGB
255, 188, 110
HSL
32°, 100%, 72%
CMYK
0, 26, 57, 0
Luminance
0.5835
Every format
| HEX | #ffbc6e |
| RGB | rgb(255, 188, 110) |
| HSL | hsl(32, 100%, 72%) |
| CMYK | cmyk(0%, 26%, 57%, 0%) |
| LAB | lab(80.9 15.9 48.5) |
| LCH | lch(80.9 51.0 71.8) |
| OKLCH | oklch(0.842 0.123 69.0) |
Copy-ready code
/* CSS */
color: #ffbc6e;
background-color: #ffbc6e;
/* Tailwind (arbitrary) */
class="text-[#ffbc6e] bg-[#ffbc6e]"
/* SCSS */
$brand: #ffbc6e;
/* SwiftUI */
Color(red: 1.000, green: 0.737, blue: 0.431)
/* Android */
Color.parseColor("#ffbc6e")Accessibility — WCAG contrast
Aa
#ffbc6e on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbc6e on black: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green73.7%
Blue43.1%
CMYK percentages
Cyan0.0%
Magenta26.3%
Yellow56.9%
Key (black)0.0%
Color previews
#ffbc6e text on a black background
contrast 12.67:1
Card sample
#ffbc6e text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbc6e;
Background color
Panel with #ffbc6e background
background-color: #ffbc6e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbc6e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 188, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 188, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbc6e; background: linear-gradient(135deg, #ffbc6e, #E1FF6E);