#95cfad
a light, soft green · cool · closest name: turquoise
RGB
149, 207, 173
HSL
145°, 38%, 70%
CMYK
28, 0, 16, 19
Luminance
0.5403
Every format
| HEX | #95cfad |
| RGB | rgb(149, 207, 173) |
| HSL | hsl(145, 38%, 70%) |
| CMYK | cmyk(28%, 0%, 16%, 19%) |
| LAB | lab(78.5 -25.6 11.0) |
| LCH | lch(78.5 27.9 156.8) |
| OKLCH | oklch(0.805 0.077 158.4) |
Copy-ready code
/* CSS */
color: #95cfad;
background-color: #95cfad;
/* Tailwind (arbitrary) */
class="text-[#95cfad] bg-[#95cfad]"
/* SCSS */
$brand: #95cfad;
/* SwiftUI */
Color(red: 0.584, green: 0.812, blue: 0.678)
/* Android */
Color.parseColor("#95cfad")Accessibility — WCAG contrast
Aa
#95cfad on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95cfad on black: 11.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green81.2%
Blue67.8%
CMYK percentages
Cyan28.0%
Magenta0.0%
Yellow16.4%
Key (black)18.8%
Color previews
#95cfad text on a black background
contrast 11.81:1
Card sample
#95cfad text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95cfad;
Background color
Panel with #95cfad background
background-color: #95cfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95cfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 207, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 207, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95cfad; background: linear-gradient(135deg, #95cfad, #95CACF);