#95afdc
a light, vivid blue · cool · closest name: skyblue
RGB
149, 175, 220
HSL
218°, 50%, 72%
CMYK
32, 21, 0, 14
Luminance
0.4222
Every format
| HEX | #95afdc |
| RGB | rgb(149, 175, 220) |
| HSL | hsl(218, 50%, 72%) |
| CMYK | cmyk(32%, 21%, 0%, 14%) |
| LAB | lab(71.0 1.6 -25.6) |
| LCH | lch(71.0 25.6 273.6) |
| OKLCH | oklch(0.750 0.071 261.3) |
Copy-ready code
/* CSS */
color: #95afdc;
background-color: #95afdc;
/* Tailwind (arbitrary) */
class="text-[#95afdc] bg-[#95afdc]"
/* SCSS */
$brand: #95afdc;
/* SwiftUI */
Color(red: 0.584, green: 0.686, blue: 0.863)
/* Android */
Color.parseColor("#95afdc")Accessibility — WCAG contrast
Aa
#95afdc on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95afdc on black: 9.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green68.6%
Blue86.3%
CMYK percentages
Cyan32.3%
Magenta20.5%
Yellow0.0%
Key (black)13.7%
Color previews
#95afdc text on a black background
contrast 9.44:1
Card sample
#95afdc text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95afdc;
Background color
Panel with #95afdc background
background-color: #95afdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95afdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 175, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 175, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95afdc; background: linear-gradient(135deg, #95afdc, #AA95DC);