#95adbb
a light, soft blue · cool · closest name: silver
RGB
149, 173, 187
HSL
202°, 22%, 66%
CMYK
20, 8, 0, 27
Luminance
0.3986
Every format
| HEX | #95adbb |
| RGB | rgb(149, 173, 187) |
| HSL | hsl(202, 22%, 66%) |
| CMYK | cmyk(20%, 8%, 0%, 27%) |
| LAB | lab(69.4 -5.2 -9.9) |
| LCH | lch(69.4 11.2 242.3) |
| OKLCH | oklch(0.734 0.034 233.5) |
Copy-ready code
/* CSS */
color: #95adbb;
background-color: #95adbb;
/* Tailwind (arbitrary) */
class="text-[#95adbb] bg-[#95adbb]"
/* SCSS */
$brand: #95adbb;
/* SwiftUI */
Color(red: 0.584, green: 0.678, blue: 0.733)
/* Android */
Color.parseColor("#95adbb")Accessibility — WCAG contrast
Aa
#95adbb on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95adbb on black: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green67.8%
Blue73.3%
CMYK percentages
Cyan20.3%
Magenta7.5%
Yellow0.0%
Key (black)26.7%
Color previews
#95adbb text on a black background
contrast 8.97:1
Card sample
#95adbb text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95adbb;
Background color
Panel with #95adbb background
background-color: #95adbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95adbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 173, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 173, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95adbb; background: linear-gradient(135deg, #95adbb, #9695BB);