#95bcdf
a light, vivid blue · cool · closest name: skyblue
RGB
149, 188, 223
HSL
208°, 54%, 73%
CMYK
33, 16, 0, 13
Luminance
0.4768
Every format
| HEX | #95bcdf |
| RGB | rgb(149, 188, 223) |
| HSL | hsl(208, 54%, 73%) |
| CMYK | cmyk(33%, 16%, 0%, 13%) |
| LAB | lab(74.6 -4.7 -21.7) |
| LCH | lch(74.6 22.2 257.7) |
| OKLCH | oklch(0.779 0.065 245.9) |
Copy-ready code
/* CSS */
color: #95bcdf;
background-color: #95bcdf;
/* Tailwind (arbitrary) */
class="text-[#95bcdf] bg-[#95bcdf]"
/* SCSS */
$brand: #95bcdf;
/* SwiftUI */
Color(red: 0.584, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#95bcdf")Accessibility — WCAG contrast
Aa
#95bcdf on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95bcdf on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green73.7%
Blue87.5%
CMYK percentages
Cyan33.2%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#95bcdf text on a black background
contrast 10.54:1
Card sample
#95bcdf text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95bcdf;
Background color
Panel with #95bcdf background
background-color: #95bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95bcdf; background: linear-gradient(135deg, #95bcdf, #9F95DF);