#ffc06b
a light, electric orange · warm · closest name: peru
RGB
255, 192, 107
HSL
35°, 100%, 71%
CMYK
0, 25, 58, 0
Luminance
0.6002
Every format
| HEX | #ffc06b |
| RGB | rgb(255, 192, 107) |
| HSL | hsl(35, 100%, 71%) |
| CMYK | cmyk(0%, 25%, 58%, 0%) |
| LAB | lab(81.8 13.6 51.0) |
| LCH | lch(81.8 52.8 75.1) |
| OKLCH | oklch(0.849 0.125 73.0) |
Copy-ready code
/* CSS */
color: #ffc06b;
background-color: #ffc06b;
/* Tailwind (arbitrary) */
class="text-[#ffc06b] bg-[#ffc06b]"
/* SCSS */
$brand: #ffc06b;
/* SwiftUI */
Color(red: 1.000, green: 0.753, blue: 0.420)
/* Android */
Color.parseColor("#ffc06b")Accessibility — WCAG contrast
Aa
#ffc06b on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc06b on black: 13.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green75.3%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta24.7%
Yellow58.0%
Key (black)0.0%
Color previews
#ffc06b text on a black background
contrast 13.00:1
Card sample
#ffc06b text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc06b;
Background color
Panel with #ffc06b background
background-color: #ffc06b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc06b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 192, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 192, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc06b; background: linear-gradient(135deg, #ffc06b, #DBFF6B);