#f5fccf
a pale, electric yellow · cool · closest name: beige
RGB
245, 252, 207
HSL
69°, 88%, 90%
CMYK
3, 0, 18, 1
Luminance
0.9354
Every format
| HEX | #f5fccf |
| RGB | rgb(245, 252, 207) |
| HSL | hsl(69, 88%, 90%) |
| CMYK | cmyk(3%, 0%, 18%, 1%) |
| LAB | lab(97.5 -9.7 20.8) |
| LCH | lch(97.5 23.0 114.9) |
| OKLCH | oklch(0.975 0.059 114.7) |
Copy-ready code
/* CSS */
color: #f5fccf;
background-color: #f5fccf;
/* Tailwind (arbitrary) */
class="text-[#f5fccf] bg-[#f5fccf]"
/* SCSS */
$brand: #f5fccf;
/* SwiftUI */
Color(red: 0.961, green: 0.988, blue: 0.812)
/* Android */
Color.parseColor("#f5fccf")Accessibility — WCAG contrast
Aa
#f5fccf on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5fccf on black: 19.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green98.8%
Blue81.2%
CMYK percentages
Cyan2.8%
Magenta0.0%
Yellow17.9%
Key (black)1.2%
Color previews
#f5fccf text on a black background
contrast 19.71:1
Card sample
#f5fccf text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5fccf;
Background color
Panel with #f5fccf background
background-color: #f5fccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5fccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 252, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 252, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5fccf; background: linear-gradient(135deg, #f5fccf, #D7FCCF);