#95cbaf
a light, soft green · cool · closest name: turquoise
RGB
149, 203, 175
HSL
149°, 34%, 69%
CMYK
27, 0, 14, 20
Luminance
0.5220
Every format
| HEX | #95cbaf |
| RGB | rgb(149, 203, 175) |
| HSL | hsl(149, 34%, 69%) |
| CMYK | cmyk(27%, 0%, 14%, 20%) |
| LAB | lab(77.4 -23.3 8.3) |
| LCH | lch(77.4 24.8 160.3) |
| OKLCH | oklch(0.797 0.069 161.7) |
Copy-ready code
/* CSS */
color: #95cbaf;
background-color: #95cbaf;
/* Tailwind (arbitrary) */
class="text-[#95cbaf] bg-[#95cbaf]"
/* SCSS */
$brand: #95cbaf;
/* SwiftUI */
Color(red: 0.584, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#95cbaf")Accessibility — WCAG contrast
Aa
#95cbaf on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95cbaf on black: 11.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green79.6%
Blue68.6%
CMYK percentages
Cyan26.6%
Magenta0.0%
Yellow13.8%
Key (black)20.4%
Color previews
#95cbaf text on a black background
contrast 11.44:1
Card sample
#95cbaf text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95cbaf;
Background color
Panel with #95cbaf background
background-color: #95cbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95cbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95cbaf; background: linear-gradient(135deg, #95cbaf, #95C3CB);