#95bceb
a light, vivid blue · cool · closest name: skyblue
RGB
149, 188, 235
HSL
213°, 68%, 75%
CMYK
37, 20, 0, 8
Luminance
0.4835
Every format
| HEX | #95bceb |
| RGB | rgb(149, 188, 235) |
| HSL | hsl(213, 68%, 75%) |
| CMYK | cmyk(37%, 20%, 0%, 8%) |
| LAB | lab(75.0 -1.7 -27.6) |
| LCH | lch(75.0 27.6 266.5) |
| OKLCH | oklch(0.784 0.080 253.4) |
Copy-ready code
/* CSS */
color: #95bceb;
background-color: #95bceb;
/* Tailwind (arbitrary) */
class="text-[#95bceb] bg-[#95bceb]"
/* SCSS */
$brand: #95bceb;
/* SwiftUI */
Color(red: 0.584, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#95bceb")Accessibility — WCAG contrast
Aa
#95bceb on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95bceb on black: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green73.7%
Blue92.2%
CMYK percentages
Cyan36.6%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#95bceb text on a black background
contrast 10.67:1
Card sample
#95bceb text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95bceb;
Background color
Panel with #95bceb background
background-color: #95bceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95bceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95bceb; background: linear-gradient(135deg, #95bceb, #A795EB);