#f9ccaf
a light, electric orange · warm · closest name: tan
RGB
249, 204, 175
HSL
24°, 86%, 83%
CMYK
0, 18, 30, 2
Luminance
0.6642
Every format
| HEX | #f9ccaf |
| RGB | rgb(249, 204, 175) |
| HSL | hsl(24, 86%, 83%) |
| CMYK | cmyk(0%, 18%, 30%, 2%) |
| LAB | lab(85.2 11.8 20.4) |
| LCH | lch(85.2 23.6 60.0) |
| OKLCH | oklch(0.877 0.064 54.5) |
Copy-ready code
/* CSS */
color: #f9ccaf;
background-color: #f9ccaf;
/* Tailwind (arbitrary) */
class="text-[#f9ccaf] bg-[#f9ccaf]"
/* SCSS */
$brand: #f9ccaf;
/* SwiftUI */
Color(red: 0.976, green: 0.800, blue: 0.686)
/* Android */
Color.parseColor("#f9ccaf")Accessibility — WCAG contrast
Aa
#f9ccaf on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9ccaf on black: 14.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green80.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta18.1%
Yellow29.7%
Key (black)2.4%
Color previews
#f9ccaf text on a black background
contrast 14.28:1
Card sample
#f9ccaf text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9ccaf;
Background color
Panel with #f9ccaf background
background-color: #f9ccaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9ccaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 204, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 204, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9ccaf; background: linear-gradient(135deg, #f9ccaf, #F5F9AF);