#95fdbb
a light, electric green · cool · closest name: aquamarine
RGB
149, 253, 187
HSL
142°, 96%, 79%
CMYK
41, 0, 26, 1
Luminance
0.8023
Every format
| HEX | #95fdbb |
| RGB | rgb(149, 253, 187) |
| HSL | hsl(142, 96%, 79%) |
| CMYK | cmyk(41%, 0%, 26%, 1%) |
| LAB | lab(91.8 -44.2 22.3) |
| LCH | lch(91.8 49.5 153.2) |
| OKLCH | oklch(0.914 0.134 154.9) |
Copy-ready code
/* CSS */
color: #95fdbb;
background-color: #95fdbb;
/* Tailwind (arbitrary) */
class="text-[#95fdbb] bg-[#95fdbb]"
/* SCSS */
$brand: #95fdbb;
/* SwiftUI */
Color(red: 0.584, green: 0.992, blue: 0.733)
/* Android */
Color.parseColor("#95fdbb")Accessibility — WCAG contrast
Aa
#95fdbb on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95fdbb on black: 17.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green99.2%
Blue73.3%
CMYK percentages
Cyan41.1%
Magenta0.0%
Yellow26.1%
Key (black)0.8%
Color previews
#95fdbb text on a black background
contrast 17.05:1
Card sample
#95fdbb text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95fdbb;
Background color
Panel with #95fdbb background
background-color: #95fdbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95fdbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 253, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 253, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95fdbb; background: linear-gradient(135deg, #95fdbb, #95FAFD);