#fff6bb
a pale, electric yellow · cool · closest name: khaki
RGB
255, 246, 187
HSL
52°, 100%, 87%
CMYK
0, 4, 27, 0
Luminance
0.9076
Every format
| HEX | #fff6bb |
| RGB | rgb(255, 246, 187) |
| HSL | hsl(52, 100%, 87%) |
| CMYK | cmyk(0%, 4%, 27%, 0%) |
| LAB | lab(96.3 -5.9 29.5) |
| LCH | lch(96.3 30.1 101.2) |
| OKLCH | oklch(0.966 0.076 100.4) |
Copy-ready code
/* CSS */
color: #fff6bb;
background-color: #fff6bb;
/* Tailwind (arbitrary) */
class="text-[#fff6bb] bg-[#fff6bb]"
/* SCSS */
$brand: #fff6bb;
/* SwiftUI */
Color(red: 1.000, green: 0.965, blue: 0.733)
/* Android */
Color.parseColor("#fff6bb")Accessibility — WCAG contrast
Aa
#fff6bb on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff6bb on black: 19.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green96.5%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta3.5%
Yellow26.7%
Key (black)0.0%
Color previews
#fff6bb text on a black background
contrast 19.15:1
Card sample
#fff6bb text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff6bb;
Background color
Panel with #fff6bb background
background-color: #fff6bb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff6bb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 246, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 246, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff6bb; background: linear-gradient(135deg, #fff6bb, #DBFFBB);