#fff2b4
a pale, electric yellow · cool · closest name: khaki
RGB
255, 242, 180
HSL
50°, 100%, 85%
CMYK
0, 5, 29, 0
Luminance
0.8806
Every format
| HEX | #fff2b4 |
| RGB | rgb(255, 242, 180) |
| HSL | hsl(50, 100%, 85%) |
| CMYK | cmyk(0%, 5%, 29%, 0%) |
| LAB | lab(95.2 -4.8 31.6) |
| LCH | lch(95.2 31.9 98.6) |
| OKLCH | oklch(0.957 0.080 97.7) |
Copy-ready code
/* CSS */
color: #fff2b4;
background-color: #fff2b4;
/* Tailwind (arbitrary) */
class="text-[#fff2b4] bg-[#fff2b4]"
/* SCSS */
$brand: #fff2b4;
/* SwiftUI */
Color(red: 1.000, green: 0.949, blue: 0.706)
/* Android */
Color.parseColor("#fff2b4")Accessibility — WCAG contrast
Aa
#fff2b4 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff2b4 on black: 18.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green94.9%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow29.4%
Key (black)0.0%
Color previews
#fff2b4 text on a black background
contrast 18.61:1
Card sample
#fff2b4 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff2b4;
Background color
Panel with #fff2b4 background
background-color: #fff2b4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff2b4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 242, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 242, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff2b4; background: linear-gradient(135deg, #fff2b4, #DAFFB4);