#faceaf
a light, electric orange · warm · closest name: tan
RGB
250, 206, 175
HSL
25°, 88%, 83%
CMYK
0, 18, 30, 2
Luminance
0.6756
Every format
| HEX | #faceaf |
| RGB | rgb(250, 206, 175) |
| HSL | hsl(25, 88%, 83%) |
| CMYK | cmyk(0%, 18%, 30%, 2%) |
| LAB | lab(85.8 11.1 21.3) |
| LCH | lch(85.8 24.0 62.3) |
| OKLCH | oklch(0.882 0.065 56.9) |
Copy-ready code
/* CSS */
color: #faceaf;
background-color: #faceaf;
/* Tailwind (arbitrary) */
class="text-[#faceaf] bg-[#faceaf]"
/* SCSS */
$brand: #faceaf;
/* SwiftUI */
Color(red: 0.980, green: 0.808, blue: 0.686)
/* Android */
Color.parseColor("#faceaf")Accessibility — WCAG contrast
Aa
#faceaf on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faceaf on black: 14.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green80.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta17.6%
Yellow30.0%
Key (black)2.0%
Color previews
#faceaf text on a black background
contrast 14.51:1
Card sample
#faceaf text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faceaf;
Background color
Panel with #faceaf background
background-color: #faceaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faceaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 206, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 206, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faceaf; background: linear-gradient(135deg, #faceaf, #F4FAAF);