#f5face
a pale, electric yellow · cool · closest name: beige
RGB
245, 250, 206
HSL
67°, 82%, 89%
CMYK
2, 0, 18, 2
Luminance
0.9224
Every format
| HEX | #f5face |
| RGB | rgb(245, 250, 206) |
| HSL | hsl(67, 82%, 89%) |
| CMYK | cmyk(2%, 0%, 18%, 2%) |
| LAB | lab(96.9 -8.8 20.6) |
| LCH | lch(96.9 22.4 113.2) |
| OKLCH | oklch(0.970 0.057 112.7) |
Copy-ready code
/* CSS */
color: #f5face;
background-color: #f5face;
/* Tailwind (arbitrary) */
class="text-[#f5face] bg-[#f5face]"
/* SCSS */
$brand: #f5face;
/* SwiftUI */
Color(red: 0.961, green: 0.980, blue: 0.808)
/* Android */
Color.parseColor("#f5face")Accessibility — WCAG contrast
Aa
#f5face on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5face on black: 19.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green98.0%
Blue80.8%
CMYK percentages
Cyan2.0%
Magenta0.0%
Yellow17.6%
Key (black)2.0%
Color previews
#f5face text on a black background
contrast 19.45:1
Card sample
#f5face text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5face;
Background color
Panel with #f5face background
background-color: #f5face;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5face;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 250, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 250, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5face; background: linear-gradient(135deg, #f5face, #D8FACE);