#dffbf2
a pale, electric cyan · cool · closest name: ivory
RGB
223, 251, 242
HSL
161°, 78%, 93%
CMYK
11, 0, 4, 2
Luminance
0.9109
Every format
| HEX | #dffbf2 |
| RGB | rgb(223, 251, 242) |
| HSL | hsl(161, 78%, 93%) |
| CMYK | cmyk(11%, 0%, 4%, 2%) |
| LAB | lab(96.5 -10.7 1.2) |
| LCH | lch(96.5 10.8 173.5) |
| OKLCH | oklch(0.965 0.032 174.3) |
Copy-ready code
/* CSS */
color: #dffbf2;
background-color: #dffbf2;
/* Tailwind (arbitrary) */
class="text-[#dffbf2] bg-[#dffbf2]"
/* SCSS */
$brand: #dffbf2;
/* SwiftUI */
Color(red: 0.875, green: 0.984, blue: 0.949)
/* Android */
Color.parseColor("#dffbf2")Accessibility — WCAG contrast
Aa
#dffbf2 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dffbf2 on black: 19.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green98.4%
Blue94.9%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow3.6%
Key (black)1.6%
Color previews
#dffbf2 text on a black background
contrast 19.22:1
Card sample
#dffbf2 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dffbf2;
Background color
Panel with #dffbf2 background
background-color: #dffbf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dffbf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 251, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 251, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dffbf2; background: linear-gradient(135deg, #dffbf2, #DFF1FB);