#f5fcd6
a pale, electric green · cool · closest name: beige
RGB
245, 252, 214
HSL
71°, 86%, 91%
CMYK
3, 0, 15, 1
Luminance
0.9389
Every format
| HEX | #f5fcd6 |
| RGB | rgb(245, 252, 214) |
| HSL | hsl(71, 86%, 91%) |
| CMYK | cmyk(3%, 0%, 15%, 1%) |
| LAB | lab(97.6 -8.6 17.4) |
| LCH | lch(97.6 19.5 116.3) |
| OKLCH | oklch(0.976 0.050 115.8) |
Copy-ready code
/* CSS */
color: #f5fcd6;
background-color: #f5fcd6;
/* Tailwind (arbitrary) */
class="text-[#f5fcd6] bg-[#f5fcd6]"
/* SCSS */
$brand: #f5fcd6;
/* SwiftUI */
Color(red: 0.961, green: 0.988, blue: 0.839)
/* Android */
Color.parseColor("#f5fcd6")Accessibility — WCAG contrast
Aa
#f5fcd6 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5fcd6 on black: 19.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green98.8%
Blue83.9%
CMYK percentages
Cyan2.8%
Magenta0.0%
Yellow15.1%
Key (black)1.2%
Color previews
#f5fcd6 text on a black background
contrast 19.78:1
Card sample
#f5fcd6 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5fcd6;
Background color
Panel with #f5fcd6 background
background-color: #f5fcd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5fcd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 252, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 252, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5fcd6; background: linear-gradient(135deg, #f5fcd6, #DCFCD6);