#f5fccb
a pale, electric yellow · cool · closest name: beige
RGB
245, 252, 203
HSL
69°, 89%, 89%
CMYK
3, 0, 19, 1
Luminance
0.9335
Every format
| HEX | #f5fccb |
| RGB | rgb(245, 252, 203) |
| HSL | hsl(69, 89%, 89%) |
| CMYK | cmyk(3%, 0%, 19%, 1%) |
| LAB | lab(97.4 -10.3 22.8) |
| LCH | lch(97.4 25.0 114.3) |
| OKLCH | oklch(0.974 0.064 114.2) |
Copy-ready code
/* CSS */
color: #f5fccb;
background-color: #f5fccb;
/* Tailwind (arbitrary) */
class="text-[#f5fccb] bg-[#f5fccb]"
/* SCSS */
$brand: #f5fccb;
/* SwiftUI */
Color(red: 0.961, green: 0.988, blue: 0.796)
/* Android */
Color.parseColor("#f5fccb")Accessibility — WCAG contrast
Aa
#f5fccb on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5fccb on black: 19.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green98.8%
Blue79.6%
CMYK percentages
Cyan2.8%
Magenta0.0%
Yellow19.4%
Key (black)1.2%
Color previews
#f5fccb text on a black background
contrast 19.67:1
Card sample
#f5fccb text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5fccb;
Background color
Panel with #f5fccb background
background-color: #f5fccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5fccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 252, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 252, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5fccb; background: linear-gradient(135deg, #f5fccb, #D4FCCB);