#95afbc
a light, soft blue · cool · closest name: silver
RGB
149, 175, 188
HSL
200°, 23%, 66%
CMYK
21, 7, 0, 26
Luminance
0.4068
Every format
| HEX | #95afbc |
| RGB | rgb(149, 175, 188) |
| HSL | hsl(200, 23%, 66%) |
| CMYK | cmyk(21%, 7%, 0%, 26%) |
| LAB | lab(70.0 -6.1 -9.6) |
| LCH | lch(70.0 11.4 237.8) |
| OKLCH | oklch(0.739 0.034 229.5) |
Copy-ready code
/* CSS */
color: #95afbc;
background-color: #95afbc;
/* Tailwind (arbitrary) */
class="text-[#95afbc] bg-[#95afbc]"
/* SCSS */
$brand: #95afbc;
/* SwiftUI */
Color(red: 0.584, green: 0.686, blue: 0.737)
/* Android */
Color.parseColor("#95afbc")Accessibility — WCAG contrast
Aa
#95afbc on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95afbc on black: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green68.6%
Blue73.7%
CMYK percentages
Cyan20.7%
Magenta6.9%
Yellow0.0%
Key (black)26.3%
Color previews
#95afbc text on a black background
contrast 9.14:1
Card sample
#95afbc text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95afbc;
Background color
Panel with #95afbc background
background-color: #95afbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95afbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 175, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 175, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95afbc; background: linear-gradient(135deg, #95afbc, #9595BC);