#95abdf
a light, vivid blue · cool · closest name: steelblue
RGB
149, 171, 223
HSL
222°, 54%, 73%
CMYK
33, 23, 0, 13
Luminance
0.4084
Every format
| HEX | #95abdf |
| RGB | rgb(149, 171, 223) |
| HSL | hsl(222, 54%, 73%) |
| CMYK | cmyk(33%, 23%, 0%, 13%) |
| LAB | lab(70.1 4.6 -28.7) |
| LCH | lch(70.1 29.0 279.1) |
| OKLCH | oklch(0.743 0.080 266.7) |
Copy-ready code
/* CSS */
color: #95abdf;
background-color: #95abdf;
/* Tailwind (arbitrary) */
class="text-[#95abdf] bg-[#95abdf]"
/* SCSS */
$brand: #95abdf;
/* SwiftUI */
Color(red: 0.584, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#95abdf")Accessibility — WCAG contrast
Aa
#95abdf on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95abdf on black: 9.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green67.1%
Blue87.5%
CMYK percentages
Cyan33.2%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#95abdf text on a black background
contrast 9.17:1
Card sample
#95abdf text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95abdf;
Background color
Panel with #95abdf background
background-color: #95abdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95abdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95abdf; background: linear-gradient(135deg, #95abdf, #B095DF);