#95adbd
a light, soft blue · cool · closest name: silver
RGB
149, 173, 189
HSL
204°, 23%, 66%
CMYK
21, 9, 0, 26
Luminance
0.3995
Every format
| HEX | #95adbd |
| RGB | rgb(149, 173, 189) |
| HSL | hsl(204, 23%, 66%) |
| CMYK | cmyk(21%, 9%, 0%, 26%) |
| LAB | lab(69.4 -4.8 -10.9) |
| LCH | lch(69.4 11.9 246.5) |
| OKLCH | oklch(0.735 0.035 237.2) |
Copy-ready code
/* CSS */
color: #95adbd;
background-color: #95adbd;
/* Tailwind (arbitrary) */
class="text-[#95adbd] bg-[#95adbd]"
/* SCSS */
$brand: #95adbd;
/* SwiftUI */
Color(red: 0.584, green: 0.678, blue: 0.741)
/* Android */
Color.parseColor("#95adbd")Accessibility — WCAG contrast
Aa
#95adbd on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95adbd on black: 8.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green67.8%
Blue74.1%
CMYK percentages
Cyan21.2%
Magenta8.5%
Yellow0.0%
Key (black)25.9%
Color previews
#95adbd text on a black background
contrast 8.99:1
Card sample
#95adbd text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95adbd;
Background color
Panel with #95adbd background
background-color: #95adbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95adbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 173, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 173, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95adbd; background: linear-gradient(135deg, #95adbd, #9895BD);