#95dfba
a light, vivid green · cool · closest name: aquamarine
RGB
149, 223, 186
HSL
150°, 54%, 73%
CMYK
33, 0, 17, 13
Luminance
0.6271
Every format
| HEX | #95dfba |
| RGB | rgb(149, 223, 186) |
| HSL | hsl(150, 54%, 73%) |
| CMYK | cmyk(33%, 0%, 17%, 13%) |
| LAB | lab(83.3 -30.8 10.9) |
| LCH | lch(83.3 32.7 160.5) |
| OKLCH | oklch(0.845 0.090 161.9) |
Copy-ready code
/* CSS */
color: #95dfba;
background-color: #95dfba;
/* Tailwind (arbitrary) */
class="text-[#95dfba] bg-[#95dfba]"
/* SCSS */
$brand: #95dfba;
/* SwiftUI */
Color(red: 0.584, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#95dfba")Accessibility — WCAG contrast
Aa
#95dfba on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95dfba on black: 13.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green87.5%
Blue72.9%
CMYK percentages
Cyan33.2%
Magenta0.0%
Yellow16.6%
Key (black)12.5%
Color previews
#95dfba text on a black background
contrast 13.54:1
Card sample
#95dfba text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95dfba;
Background color
Panel with #95dfba background
background-color: #95dfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95dfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95dfba; background: linear-gradient(135deg, #95dfba, #95D3DF);