#ffffe9
a pale, electric yellow · cool · closest name: ivory
RGB
255, 255, 233
HSL
60°, 100%, 96%
CMYK
0, 0, 9, 0
Luminance
0.9866
Every format
| HEX | #ffffe9 |
| RGB | rgb(255, 255, 233) |
| HSL | hsl(60, 100%, 96%) |
| CMYK | cmyk(0%, 0%, 9%, 0%) |
| LAB | lab(99.5 -3.7 10.5) |
| LCH | lch(99.5 11.2 109.3) |
| OKLCH | oklch(0.994 0.029 106.9) |
Copy-ready code
/* CSS */
color: #ffffe9;
background-color: #ffffe9;
/* Tailwind (arbitrary) */
class="text-[#ffffe9] bg-[#ffffe9]"
/* SCSS */
$brand: #ffffe9;
/* SwiftUI */
Color(red: 1.000, green: 1.000, blue: 0.914)
/* Android */
Color.parseColor("#ffffe9")Accessibility — WCAG contrast
Aa
#ffffe9 on white: 1.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffffe9 on black: 20.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green100.0%
Blue91.4%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow8.6%
Key (black)0.0%
Color previews
#ffffe9 text on a black background
contrast 20.73:1
Card sample
#ffffe9 text on a white background
contrast 1.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffffe9;
Background color
Panel with #ffffe9 background
background-color: #ffffe9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffffe9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 255, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 255, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffffe9; background: linear-gradient(135deg, #ffffe9, #F0FFE9);