#fff2b8
a pale, electric yellow · cool · closest name: khaki
RGB
255, 242, 184
HSL
49°, 100%, 86%
CMYK
0, 5, 28, 0
Luminance
0.8822
Every format
| HEX | #fff2b8 |
| RGB | rgb(255, 242, 184) |
| HSL | hsl(49, 100%, 86%) |
| CMYK | cmyk(0%, 5%, 28%, 0%) |
| LAB | lab(95.3 -4.3 29.6) |
| LCH | lch(95.3 29.9 98.2) |
| OKLCH | oklch(0.958 0.075 97.0) |
Copy-ready code
/* CSS */
color: #fff2b8;
background-color: #fff2b8;
/* Tailwind (arbitrary) */
class="text-[#fff2b8] bg-[#fff2b8]"
/* SCSS */
$brand: #fff2b8;
/* SwiftUI */
Color(red: 1.000, green: 0.949, blue: 0.722)
/* Android */
Color.parseColor("#fff2b8")Accessibility — WCAG contrast
Aa
#fff2b8 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff2b8 on black: 18.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green94.9%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow27.8%
Key (black)0.0%
Color previews
#fff2b8 text on a black background
contrast 18.64:1
Card sample
#fff2b8 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff2b8;
Background color
Panel with #fff2b8 background
background-color: #fff2b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff2b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 242, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 242, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff2b8; background: linear-gradient(135deg, #fff2b8, #DDFFB8);