#95ceaf
a light, soft green · cool · closest name: turquoise
RGB
149, 206, 175
HSL
147°, 37%, 70%
CMYK
28, 0, 15, 19
Luminance
0.5363
Every format
| HEX | #95ceaf |
| RGB | rgb(149, 206, 175) |
| HSL | hsl(147, 37%, 70%) |
| CMYK | cmyk(28%, 0%, 15%, 19%) |
| LAB | lab(78.2 -24.8 9.6) |
| LCH | lch(78.2 26.6 158.9) |
| OKLCH | oklch(0.803 0.074 160.4) |
Copy-ready code
/* CSS */
color: #95ceaf;
background-color: #95ceaf;
/* Tailwind (arbitrary) */
class="text-[#95ceaf] bg-[#95ceaf]"
/* SCSS */
$brand: #95ceaf;
/* SwiftUI */
Color(red: 0.584, green: 0.808, blue: 0.686)
/* Android */
Color.parseColor("#95ceaf")Accessibility — WCAG contrast
Aa
#95ceaf on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95ceaf on black: 11.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green80.8%
Blue68.6%
CMYK percentages
Cyan27.7%
Magenta0.0%
Yellow15.0%
Key (black)19.2%
Color previews
#95ceaf text on a black background
contrast 11.73:1
Card sample
#95ceaf text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95ceaf;
Background color
Panel with #95ceaf background
background-color: #95ceaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95ceaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 206, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 206, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95ceaf; background: linear-gradient(135deg, #95ceaf, #95C7CE);