#f7ceab
a light, electric orange · warm · closest name: tan
RGB
247, 206, 171
HSL
28°, 83%, 82%
CMYK
0, 17, 31, 3
Luminance
0.6686
Every format
| HEX | #f7ceab |
| RGB | rgb(247, 206, 171) |
| HSL | hsl(28, 83%, 82%) |
| CMYK | cmyk(0%, 17%, 31%, 3%) |
| LAB | lab(85.4 9.5 22.8) |
| LCH | lch(85.4 24.7 67.4) |
| OKLCH | oklch(0.878 0.066 62.3) |
Copy-ready code
/* CSS */
color: #f7ceab;
background-color: #f7ceab;
/* Tailwind (arbitrary) */
class="text-[#f7ceab] bg-[#f7ceab]"
/* SCSS */
$brand: #f7ceab;
/* SwiftUI */
Color(red: 0.969, green: 0.808, blue: 0.671)
/* Android */
Color.parseColor("#f7ceab")Accessibility — WCAG contrast
Aa
#f7ceab on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7ceab on black: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green80.8%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta16.6%
Yellow30.8%
Key (black)3.1%
Color previews
#f7ceab text on a black background
contrast 14.37:1
Card sample
#f7ceab text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7ceab;
Background color
Panel with #f7ceab background
background-color: #f7ceab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7ceab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 206, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 206, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7ceab; background: linear-gradient(135deg, #f7ceab, #EDF7AB);