#d5ffe6
a pale, electric green · cool · closest name: beige
RGB
213, 255, 230
HSL
144°, 100%, 92%
CMYK
17, 0, 10, 0
Luminance
0.9138
Every format
| HEX | #d5ffe6 |
| RGB | rgb(213, 255, 230) |
| HSL | hsl(144, 100%, 92%) |
| CMYK | cmyk(17%, 0%, 10%, 0%) |
| LAB | lab(96.6 -18.1 7.5) |
| LCH | lch(96.6 19.6 157.5) |
| OKLCH | oklch(0.964 0.054 159.1) |
Copy-ready code
/* CSS */
color: #d5ffe6;
background-color: #d5ffe6;
/* Tailwind (arbitrary) */
class="text-[#d5ffe6] bg-[#d5ffe6]"
/* SCSS */
$brand: #d5ffe6;
/* SwiftUI */
Color(red: 0.835, green: 1.000, blue: 0.902)
/* Android */
Color.parseColor("#d5ffe6")Accessibility — WCAG contrast
Aa
#d5ffe6 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d5ffe6 on black: 19.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green100.0%
Blue90.2%
CMYK percentages
Cyan16.5%
Magenta0.0%
Yellow9.8%
Key (black)0.0%
Color previews
#d5ffe6 text on a black background
contrast 19.28:1
Card sample
#d5ffe6 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d5ffe6;
Background color
Panel with #d5ffe6 background
background-color: #d5ffe6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d5ffe6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 255, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 255, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d5ffe6; background: linear-gradient(135deg, #d5ffe6, #D5FCFF);