#95baba
a light, soft cyan · cool · closest name: silver
RGB
149, 186, 186
HSL
180°, 21%, 66%
CMYK
20, 0, 0, 27
Luminance
0.4505
Every format
| HEX | #95baba |
| RGB | rgb(149, 186, 186) |
| HSL | hsl(180, 21%, 66%) |
| CMYK | cmyk(20%, 0%, 0%, 27%) |
| LAB | lab(72.9 -12.3 -4.1) |
| LCH | lch(72.9 13.0 198.4) |
| OKLCH | oklch(0.762 0.040 196.3) |
Copy-ready code
/* CSS */
color: #95baba;
background-color: #95baba;
/* Tailwind (arbitrary) */
class="text-[#95baba] bg-[#95baba]"
/* SCSS */
$brand: #95baba;
/* SwiftUI */
Color(red: 0.584, green: 0.729, blue: 0.729)
/* Android */
Color.parseColor("#95baba")Accessibility — WCAG contrast
Aa
#95baba on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95baba on black: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green72.9%
Blue72.9%
CMYK percentages
Cyan19.9%
Magenta0.0%
Yellow0.0%
Key (black)27.1%
Color previews
#95baba text on a black background
contrast 10.01:1
Card sample
#95baba text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95baba;
Background color
Panel with #95baba background
background-color: #95baba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95baba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 186, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 186, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95baba; background: linear-gradient(135deg, #95baba, #95A1BA);