#f5fbdf
a pale, electric green · cool · closest name: beige
RGB
245, 251, 223
HSL
73°, 78%, 93%
CMYK
2, 0, 11, 2
Luminance
0.9373
Every format
| HEX | #f5fbdf |
| RGB | rgb(245, 251, 223) |
| HSL | hsl(73, 78%, 93%) |
| CMYK | cmyk(2%, 0%, 11%, 2%) |
| LAB | lab(97.5 -6.7 12.8) |
| LCH | lch(97.5 14.4 117.8) |
| OKLCH | oklch(0.976 0.037 116.9) |
Copy-ready code
/* CSS */
color: #f5fbdf;
background-color: #f5fbdf;
/* Tailwind (arbitrary) */
class="text-[#f5fbdf] bg-[#f5fbdf]"
/* SCSS */
$brand: #f5fbdf;
/* SwiftUI */
Color(red: 0.961, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#f5fbdf")Accessibility — WCAG contrast
Aa
#f5fbdf on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5fbdf on black: 19.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green98.4%
Blue87.5%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#f5fbdf text on a black background
contrast 19.75:1
Card sample
#f5fbdf text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5fbdf;
Background color
Panel with #f5fbdf background
background-color: #f5fbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5fbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5fbdf; background: linear-gradient(135deg, #f5fbdf, #E2FBDF);