#ffbd6c
a light, electric orange · warm · closest name: peru
RGB
255, 189, 108
HSL
33°, 100%, 71%
CMYK
0, 26, 58, 0
Luminance
0.5874
Every format
| HEX | #ffbd6c |
| RGB | rgb(255, 189, 108) |
| HSL | hsl(33, 100%, 71%) |
| CMYK | cmyk(0%, 26%, 58%, 0%) |
| LAB | lab(81.2 15.2 49.7) |
| LCH | lch(81.2 52.0 73.0) |
| OKLCH | oklch(0.843 0.124 70.4) |
Copy-ready code
/* CSS */
color: #ffbd6c;
background-color: #ffbd6c;
/* Tailwind (arbitrary) */
class="text-[#ffbd6c] bg-[#ffbd6c]"
/* SCSS */
$brand: #ffbd6c;
/* SwiftUI */
Color(red: 1.000, green: 0.741, blue: 0.424)
/* Android */
Color.parseColor("#ffbd6c")Accessibility — WCAG contrast
Aa
#ffbd6c on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbd6c on black: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green74.1%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta25.9%
Yellow57.6%
Key (black)0.0%
Color previews
#ffbd6c text on a black background
contrast 12.75:1
Card sample
#ffbd6c text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbd6c;
Background color
Panel with #ffbd6c background
background-color: #ffbd6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbd6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 189, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 189, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbd6c; background: linear-gradient(135deg, #ffbd6c, #DFFF6C);