#95beee
a light, vivid blue · cool · closest name: skyblue
RGB
149, 190, 238
HSL
212°, 72%, 76%
CMYK
37, 20, 0, 7
Luminance
0.4939
Every format
| HEX | #95beee |
| RGB | rgb(149, 190, 238) |
| HSL | hsl(212, 72%, 76%) |
| CMYK | cmyk(37%, 20%, 0%, 7%) |
| LAB | lab(75.7 -2.0 -28.2) |
| LCH | lch(75.7 28.3 266.0) |
| OKLCH | oklch(0.789 0.082 252.8) |
Copy-ready code
/* CSS */
color: #95beee;
background-color: #95beee;
/* Tailwind (arbitrary) */
class="text-[#95beee] bg-[#95beee]"
/* SCSS */
$brand: #95beee;
/* SwiftUI */
Color(red: 0.584, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#95beee")Accessibility — WCAG contrast
Aa
#95beee on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95beee on black: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green74.5%
Blue93.3%
CMYK percentages
Cyan37.4%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#95beee text on a black background
contrast 10.88:1
Card sample
#95beee text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95beee;
Background color
Panel with #95beee background
background-color: #95beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95beee; background: linear-gradient(135deg, #95beee, #A795EE);