#f7ceba
a light, electric orange · warm · closest name: tan
RGB
247, 206, 186
HSL
20°, 79%, 85%
CMYK
0, 17, 25, 3
Luminance
0.6746
Every format
| HEX | #f7ceba |
| RGB | rgb(247, 206, 186) |
| HSL | hsl(20, 79%, 85%) |
| CMYK | cmyk(0%, 17%, 25%, 3%) |
| LAB | lab(85.7 11.5 15.3) |
| LCH | lch(85.7 19.2 53.2) |
| OKLCH | oklch(0.881 0.054 47.5) |
Copy-ready code
/* CSS */
color: #f7ceba;
background-color: #f7ceba;
/* Tailwind (arbitrary) */
class="text-[#f7ceba] bg-[#f7ceba]"
/* SCSS */
$brand: #f7ceba;
/* SwiftUI */
Color(red: 0.969, green: 0.808, blue: 0.729)
/* Android */
Color.parseColor("#f7ceba")Accessibility — WCAG contrast
Aa
#f7ceba on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7ceba on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green80.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta16.6%
Yellow24.7%
Key (black)3.1%
Color previews
#f7ceba text on a black background
contrast 14.49:1
Card sample
#f7ceba text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7ceba;
Background color
Panel with #f7ceba background
background-color: #f7ceba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7ceba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 206, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 206, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7ceba; background: linear-gradient(135deg, #f7ceba, #F7F7BA);