#95afdf
a light, vivid blue · cool · closest name: skyblue
RGB
149, 175, 223
HSL
219°, 54%, 73%
CMYK
33, 22, 0, 13
Luminance
0.4238
Every format
| HEX | #95afdf |
| RGB | rgb(149, 175, 223) |
| HSL | hsl(219, 54%, 73%) |
| CMYK | cmyk(33%, 22%, 0%, 13%) |
| LAB | lab(71.1 2.4 -27.0) |
| LCH | lch(71.1 27.1 275.0) |
| OKLCH | oklch(0.752 0.075 262.5) |
Copy-ready code
/* CSS */
color: #95afdf;
background-color: #95afdf;
/* Tailwind (arbitrary) */
class="text-[#95afdf] bg-[#95afdf]"
/* SCSS */
$brand: #95afdf;
/* SwiftUI */
Color(red: 0.584, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#95afdf")Accessibility — WCAG contrast
Aa
#95afdf on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95afdf on black: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green68.6%
Blue87.5%
CMYK percentages
Cyan33.2%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#95afdf text on a black background
contrast 9.48:1
Card sample
#95afdf text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95afdf;
Background color
Panel with #95afdf background
background-color: #95afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95afdf; background: linear-gradient(135deg, #95afdf, #AC95DF);