#95afec
a light, vivid blue · cool · closest name: steelblue
RGB
149, 175, 236
HSL
222°, 70%, 76%
CMYK
37, 26, 0, 8
Luminance
0.4311
Every format
| HEX | #95afec |
| RGB | rgb(149, 175, 236) |
| HSL | hsl(222, 70%, 76%) |
| CMYK | cmyk(37%, 26%, 0%, 8%) |
| LAB | lab(71.6 5.7 -33.4) |
| LCH | lch(71.6 33.9 279.7) |
| OKLCH | oklch(0.757 0.093 266.4) |
Copy-ready code
/* CSS */
color: #95afec;
background-color: #95afec;
/* Tailwind (arbitrary) */
class="text-[#95afec] bg-[#95afec]"
/* SCSS */
$brand: #95afec;
/* SwiftUI */
Color(red: 0.584, green: 0.686, blue: 0.925)
/* Android */
Color.parseColor("#95afec")Accessibility — WCAG contrast
Aa
#95afec on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95afec on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green68.6%
Blue92.5%
CMYK percentages
Cyan36.9%
Magenta25.8%
Yellow0.0%
Key (black)7.5%
Color previews
#95afec text on a black background
contrast 9.62:1
Card sample
#95afec text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95afec;
Background color
Panel with #95afec background
background-color: #95afec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95afec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 175, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 175, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95afec; background: linear-gradient(135deg, #95afec, #B595EC);