#ffffdb
a pale, electric yellow · cool · closest name: beige
RGB
255, 255, 219
HSL
60°, 100%, 93%
CMYK
0, 0, 14, 0
Luminance
0.9789
Every format
| HEX | #ffffdb |
| RGB | rgb(255, 255, 219) |
| HSL | hsl(60, 100%, 93%) |
| CMYK | cmyk(0%, 0%, 14%, 0%) |
| LAB | lab(99.2 -5.9 17.2) |
| LCH | lch(99.2 18.2 108.8) |
| OKLCH | oklch(0.991 0.047 107.2) |
Copy-ready code
/* CSS */
color: #ffffdb;
background-color: #ffffdb;
/* Tailwind (arbitrary) */
class="text-[#ffffdb] bg-[#ffffdb]"
/* SCSS */
$brand: #ffffdb;
/* SwiftUI */
Color(red: 1.000, green: 1.000, blue: 0.859)
/* Android */
Color.parseColor("#ffffdb")Accessibility — WCAG contrast
Aa
#ffffdb on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffffdb on black: 20.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green100.0%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow14.1%
Key (black)0.0%
Color previews
#ffffdb text on a black background
contrast 20.58:1
Card sample
#ffffdb text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffffdb;
Background color
Panel with #ffffdb background
background-color: #ffffdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffffdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 255, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 255, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffffdb; background: linear-gradient(135deg, #ffffdb, #E7FFDB);