#d4fdf0
a pale, electric cyan · cool · closest name: ivory
RGB
212, 253, 240
HSL
161°, 91%, 91%
CMYK
16, 0, 5, 1
Luminance
0.9054
Every format
| HEX | #d4fdf0 |
| RGB | rgb(212, 253, 240) |
| HSL | hsl(161, 91%, 91%) |
| CMYK | cmyk(16%, 0%, 5%, 1%) |
| LAB | lab(96.2 -15.6 1.8) |
| LCH | lch(96.2 15.7 173.3) |
| OKLCH | oklch(0.962 0.045 174.1) |
Copy-ready code
/* CSS */
color: #d4fdf0;
background-color: #d4fdf0;
/* Tailwind (arbitrary) */
class="text-[#d4fdf0] bg-[#d4fdf0]"
/* SCSS */
$brand: #d4fdf0;
/* SwiftUI */
Color(red: 0.831, green: 0.992, blue: 0.941)
/* Android */
Color.parseColor("#d4fdf0")Accessibility — WCAG contrast
Aa
#d4fdf0 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4fdf0 on black: 19.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green99.2%
Blue94.1%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow5.1%
Key (black)0.8%
Color previews
#d4fdf0 text on a black background
contrast 19.11:1
Card sample
#d4fdf0 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4fdf0;
Background color
Panel with #d4fdf0 background
background-color: #d4fdf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4fdf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 253, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 253, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4fdf0; background: linear-gradient(135deg, #d4fdf0, #D4EFFD);