#95b6da
a light, vivid blue · cool · closest name: skyblue
RGB
149, 182, 218
HSL
211°, 48%, 72%
CMYK
32, 17, 0, 15
Luminance
0.4491
Every format
| HEX | #95b6da |
| RGB | rgb(149, 182, 218) |
| HSL | hsl(211, 48%, 72%) |
| CMYK | cmyk(32%, 17%, 0%, 15%) |
| LAB | lab(72.8 -2.7 -21.7) |
| LCH | lch(72.8 21.9 262.8) |
| OKLCH | oklch(0.764 0.063 250.9) |
Copy-ready code
/* CSS */
color: #95b6da;
background-color: #95b6da;
/* Tailwind (arbitrary) */
class="text-[#95b6da] bg-[#95b6da]"
/* SCSS */
$brand: #95b6da;
/* SwiftUI */
Color(red: 0.584, green: 0.714, blue: 0.855)
/* Android */
Color.parseColor("#95b6da")Accessibility — WCAG contrast
Aa
#95b6da on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95b6da on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green71.4%
Blue85.5%
CMYK percentages
Cyan31.7%
Magenta16.5%
Yellow0.0%
Key (black)14.5%
Color previews
#95b6da text on a black background
contrast 9.98:1
Card sample
#95b6da text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95b6da;
Background color
Panel with #95b6da background
background-color: #95b6da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95b6da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 182, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 182, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95b6da; background: linear-gradient(135deg, #95b6da, #A295DA);