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