#95cfb2
a light, soft green · cool · closest name: turquoise
RGB
149, 207, 178
HSL
150°, 38%, 70%
CMYK
28, 0, 14, 19
Luminance
0.5423
Every format
| HEX | #95cfb2 |
| RGB | rgb(149, 207, 178) |
| HSL | hsl(150, 38%, 70%) |
| CMYK | cmyk(28%, 0%, 14%, 19%) |
| LAB | lab(78.6 -24.7 8.5) |
| LCH | lch(78.6 26.1 161.1) |
| OKLCH | oklch(0.806 0.073 162.5) |
Copy-ready code
/* CSS */
color: #95cfb2;
background-color: #95cfb2;
/* Tailwind (arbitrary) */
class="text-[#95cfb2] bg-[#95cfb2]"
/* SCSS */
$brand: #95cfb2;
/* SwiftUI */
Color(red: 0.584, green: 0.812, blue: 0.698)
/* Android */
Color.parseColor("#95cfb2")Accessibility — WCAG contrast
Aa
#95cfb2 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95cfb2 on black: 11.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green81.2%
Blue69.8%
CMYK percentages
Cyan28.0%
Magenta0.0%
Yellow14.0%
Key (black)18.8%
Color previews
#95cfb2 text on a black background
contrast 11.85:1
Card sample
#95cfb2 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95cfb2;
Background color
Panel with #95cfb2 background
background-color: #95cfb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95cfb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 207, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 207, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95cfb2; background: linear-gradient(135deg, #95cfb2, #95C5CF);