#f8fccb
a pale, electric yellow · cool · closest name: beige
RGB
248, 252, 203
HSL
65°, 89%, 89%
CMYK
2, 0, 19, 1
Luminance
0.9389
Every format
| HEX | #f8fccb |
| RGB | rgb(248, 252, 203) |
| HSL | hsl(65, 89%, 89%) |
| CMYK | cmyk(2%, 0%, 19%, 1%) |
| LAB | lab(97.6 -9.2 23.1) |
| LCH | lch(97.6 24.9 111.7) |
| OKLCH | oklch(0.976 0.063 111.4) |
Copy-ready code
/* CSS */
color: #f8fccb;
background-color: #f8fccb;
/* Tailwind (arbitrary) */
class="text-[#f8fccb] bg-[#f8fccb]"
/* SCSS */
$brand: #f8fccb;
/* SwiftUI */
Color(red: 0.973, green: 0.988, blue: 0.796)
/* Android */
Color.parseColor("#f8fccb")Accessibility — WCAG contrast
Aa
#f8fccb on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8fccb on black: 19.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green98.8%
Blue79.6%
CMYK percentages
Cyan1.6%
Magenta0.0%
Yellow19.4%
Key (black)1.2%
Color previews
#f8fccb text on a black background
contrast 19.78:1
Card sample
#f8fccb text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8fccb;
Background color
Panel with #f8fccb background
background-color: #f8fccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8fccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 252, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 252, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8fccb; background: linear-gradient(135deg, #f8fccb, #D7FCCB);