#fff9be
a pale, electric yellow · cool · closest name: beige
RGB
255, 249, 190
HSL
55°, 100%, 87%
CMYK
0, 2, 26, 0
Luminance
0.9273
Every format
| HEX | #fff9be |
| RGB | rgb(255, 249, 190) |
| HSL | hsl(55, 100%, 87%) |
| CMYK | cmyk(0%, 2%, 26%, 0%) |
| LAB | lab(97.1 -7.0 29.1) |
| LCH | lch(97.1 29.9 103.5) |
| OKLCH | oklch(0.973 0.075 102.8) |
Copy-ready code
/* CSS */
color: #fff9be;
background-color: #fff9be;
/* Tailwind (arbitrary) */
class="text-[#fff9be] bg-[#fff9be]"
/* SCSS */
$brand: #fff9be;
/* SwiftUI */
Color(red: 1.000, green: 0.976, blue: 0.745)
/* Android */
Color.parseColor("#fff9be")Accessibility — WCAG contrast
Aa
#fff9be on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff9be on black: 19.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green97.6%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow25.5%
Key (black)0.0%
Color previews
#fff9be text on a black background
contrast 19.55:1
Card sample
#fff9be text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff9be;
Background color
Panel with #fff9be background
background-color: #fff9be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff9be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 249, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 249, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff9be; background: linear-gradient(135deg, #fff9be, #DAFFBE);