#f5fbcf
a pale, electric yellow · cool · closest name: beige
RGB
245, 251, 207
HSL
68°, 85%, 90%
CMYK
2, 0, 18, 2
Luminance
0.9291
Every format
| HEX | #f5fbcf |
| RGB | rgb(245, 251, 207) |
| HSL | hsl(68, 85%, 90%) |
| CMYK | cmyk(2%, 0%, 18%, 2%) |
| LAB | lab(97.2 -9.2 20.5) |
| LCH | lch(97.2 22.4 114.2) |
| OKLCH | oklch(0.973 0.057 113.8) |
Copy-ready code
/* CSS */
color: #f5fbcf;
background-color: #f5fbcf;
/* Tailwind (arbitrary) */
class="text-[#f5fbcf] bg-[#f5fbcf]"
/* SCSS */
$brand: #f5fbcf;
/* SwiftUI */
Color(red: 0.961, green: 0.984, blue: 0.812)
/* Android */
Color.parseColor("#f5fbcf")Accessibility — WCAG contrast
Aa
#f5fbcf on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5fbcf on black: 19.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green98.4%
Blue81.2%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow17.5%
Key (black)1.6%
Color previews
#f5fbcf text on a black background
contrast 19.58:1
Card sample
#f5fbcf text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5fbcf;
Background color
Panel with #f5fbcf background
background-color: #f5fbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5fbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 251, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 251, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5fbcf; background: linear-gradient(135deg, #f5fbcf, #D8FBCF);