#ffc08b
a light, electric orange · warm · closest name: tan
RGB
255, 192, 139
HSL
27°, 100%, 77%
CMYK
0, 25, 46, 0
Luminance
0.6082
Every format
| HEX | #ffc08b |
| RGB | rgb(255, 192, 139) |
| HSL | hsl(27, 100%, 77%) |
| CMYK | cmyk(0%, 25%, 46%, 0%) |
| LAB | lab(82.3 16.3 35.5) |
| LCH | lch(82.3 39.0 65.3) |
| OKLCH | oklch(0.853 0.100 61.0) |
Copy-ready code
/* CSS */
color: #ffc08b;
background-color: #ffc08b;
/* Tailwind (arbitrary) */
class="text-[#ffc08b] bg-[#ffc08b]"
/* SCSS */
$brand: #ffc08b;
/* SwiftUI */
Color(red: 1.000, green: 0.753, blue: 0.545)
/* Android */
Color.parseColor("#ffc08b")Accessibility — WCAG contrast
Aa
#ffc08b on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc08b on black: 13.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green75.3%
Blue54.5%
CMYK percentages
Cyan0.0%
Magenta24.7%
Yellow45.5%
Key (black)0.0%
Color previews
#ffc08b text on a black background
contrast 13.16:1
Card sample
#ffc08b text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc08b;
Background color
Panel with #ffc08b background
background-color: #ffc08b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc08b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 192, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 192, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc08b; background: linear-gradient(135deg, #ffc08b, #F1FF8B);