#95c2fe
a light, electric blue · cool · closest name: skyblue
RGB
149, 194, 254
HSL
214°, 98%, 79%
CMYK
41, 24, 0, 0
Luminance
0.5213
Every format
| HEX | #95c2fe |
| RGB | rgb(149, 194, 254) |
| HSL | hsl(214, 98%, 79%) |
| CMYK | cmyk(41%, 24%, 0%, 0%) |
| LAB | lab(77.4 0.1 -34.2) |
| LCH | lch(77.4 34.2 270.1) |
| OKLCH | oklch(0.804 0.098 255.8) |
Copy-ready code
/* CSS */
color: #95c2fe;
background-color: #95c2fe;
/* Tailwind (arbitrary) */
class="text-[#95c2fe] bg-[#95c2fe]"
/* SCSS */
$brand: #95c2fe;
/* SwiftUI */
Color(red: 0.584, green: 0.761, blue: 0.996)
/* Android */
Color.parseColor("#95c2fe")Accessibility — WCAG contrast
Aa
#95c2fe on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95c2fe on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green76.1%
Blue99.6%
CMYK percentages
Cyan41.3%
Magenta23.6%
Yellow0.0%
Key (black)0.4%
Color previews
#95c2fe text on a black background
contrast 11.43:1
Card sample
#95c2fe text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95c2fe;
Background color
Panel with #95c2fe background
background-color: #95c2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95c2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 194, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 194, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95c2fe; background: linear-gradient(135deg, #95c2fe, #AE95FE);