#95ffd3
a light, electric green · cool · closest name: aquamarine
RGB
149, 255, 211
HSL
155°, 100%, 79%
CMYK
42, 0, 17, 0
Luminance
0.8261
Every format
| HEX | #95ffd3 |
| RGB | rgb(149, 255, 211) |
| HSL | hsl(155, 100%, 79%) |
| CMYK | cmyk(42%, 0%, 17%, 0%) |
| LAB | lab(92.8 -40.5 11.5) |
| LCH | lch(92.8 42.0 164.1) |
| OKLCH | oklch(0.924 0.117 165.4) |
Copy-ready code
/* CSS */
color: #95ffd3;
background-color: #95ffd3;
/* Tailwind (arbitrary) */
class="text-[#95ffd3] bg-[#95ffd3]"
/* SCSS */
$brand: #95ffd3;
/* SwiftUI */
Color(red: 0.584, green: 1.000, blue: 0.827)
/* Android */
Color.parseColor("#95ffd3")Accessibility — WCAG contrast
Aa
#95ffd3 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95ffd3 on black: 17.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green100.0%
Blue82.7%
CMYK percentages
Cyan41.6%
Magenta0.0%
Yellow17.3%
Key (black)0.0%
Color previews
#95ffd3 text on a black background
contrast 17.52:1
Card sample
#95ffd3 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95ffd3;
Background color
Panel with #95ffd3 background
background-color: #95ffd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95ffd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 255, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 255, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95ffd3; background: linear-gradient(135deg, #95ffd3, #95E4FF);