#f8ffcd
a pale, electric yellow · cool · closest name: beige
RGB
248, 255, 205
HSL
68°, 100%, 90%
CMYK
3, 0, 20, 0
Luminance
0.9588
Every format
| HEX | #f8ffcd |
| RGB | rgb(248, 255, 205) |
| HSL | hsl(68, 100%, 90%) |
| CMYK | cmyk(3%, 0%, 20%, 0%) |
| LAB | lab(98.4 -10.4 23.2) |
| LCH | lch(98.4 25.4 114.2) |
| OKLCH | oklch(0.982 0.065 114.1) |
Copy-ready code
/* CSS */
color: #f8ffcd;
background-color: #f8ffcd;
/* Tailwind (arbitrary) */
class="text-[#f8ffcd] bg-[#f8ffcd]"
/* SCSS */
$brand: #f8ffcd;
/* SwiftUI */
Color(red: 0.973, green: 1.000, blue: 0.804)
/* Android */
Color.parseColor("#f8ffcd")Accessibility — WCAG contrast
Aa
#f8ffcd on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8ffcd on black: 20.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green100.0%
Blue80.4%
CMYK percentages
Cyan2.7%
Magenta0.0%
Yellow19.6%
Key (black)0.0%
Color previews
#f8ffcd text on a black background
contrast 20.18:1
Card sample
#f8ffcd text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8ffcd;
Background color
Panel with #f8ffcd background
background-color: #f8ffcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8ffcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 255, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 255, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8ffcd; background: linear-gradient(135deg, #f8ffcd, #D7FFCD);