#faffd2
a pale, electric yellow · cool · closest name: beige
RGB
250, 255, 210
HSL
67°, 100%, 91%
CMYK
2, 0, 18, 0
Luminance
0.9650
Every format
| HEX | #faffd2 |
| RGB | rgb(250, 255, 210) |
| HSL | hsl(67, 100%, 91%) |
| CMYK | cmyk(2%, 0%, 18%, 0%) |
| LAB | lab(98.6 -9.0 21.0) |
| LCH | lch(98.6 22.8 113.1) |
| OKLCH | oklch(0.985 0.058 112.6) |
Copy-ready code
/* CSS */
color: #faffd2;
background-color: #faffd2;
/* Tailwind (arbitrary) */
class="text-[#faffd2] bg-[#faffd2]"
/* SCSS */
$brand: #faffd2;
/* SwiftUI */
Color(red: 0.980, green: 1.000, blue: 0.824)
/* Android */
Color.parseColor("#faffd2")Accessibility — WCAG contrast
Aa
#faffd2 on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faffd2 on black: 20.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green100.0%
Blue82.4%
CMYK percentages
Cyan2.0%
Magenta0.0%
Yellow17.6%
Key (black)0.0%
Color previews
#faffd2 text on a black background
contrast 20.30:1
Card sample
#faffd2 text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faffd2;
Background color
Panel with #faffd2 background
background-color: #faffd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faffd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 255, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 255, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faffd2; background: linear-gradient(135deg, #faffd2, #DCFFD2);