#f5fdbc
a pale, electric yellow · cool · closest name: khaki
RGB
245, 253, 188
HSL
67°, 94%, 87%
CMYK
3, 0, 26, 1
Luminance
0.9329
Every format
| HEX | #f5fdbc |
| RGB | rgb(245, 253, 188) |
| HSL | hsl(67, 94%, 87%) |
| CMYK | cmyk(3%, 0%, 26%, 1%) |
| LAB | lab(97.3 -12.8 30.3) |
| LCH | lch(97.3 32.9 113.0) |
| OKLCH | oklch(0.973 0.084 113.7) |
Copy-ready code
/* CSS */
color: #f5fdbc;
background-color: #f5fdbc;
/* Tailwind (arbitrary) */
class="text-[#f5fdbc] bg-[#f5fdbc]"
/* SCSS */
$brand: #f5fdbc;
/* SwiftUI */
Color(red: 0.961, green: 0.992, blue: 0.737)
/* Android */
Color.parseColor("#f5fdbc")Accessibility — WCAG contrast
Aa
#f5fdbc on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5fdbc on black: 19.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green99.2%
Blue73.7%
CMYK percentages
Cyan3.2%
Magenta0.0%
Yellow25.7%
Key (black)0.8%
Color previews
#f5fdbc text on a black background
contrast 19.66:1
Card sample
#f5fdbc text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5fdbc;
Background color
Panel with #f5fdbc background
background-color: #f5fdbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5fdbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 253, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 253, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5fdbc; background: linear-gradient(135deg, #f5fdbc, #CAFDBC);