#95ebfe
a light, electric cyan · cool · closest name: skyblue
RGB
149, 235, 254
HSL
191°, 98%, 79%
CMYK
41, 8, 0, 0
Luminance
0.7296
Every format
| HEX | #95ebfe |
| RGB | rgb(149, 235, 254) |
| HSL | hsl(191, 98%, 79%) |
| CMYK | cmyk(41%, 8%, 0%, 0%) |
| LAB | lab(88.4 -21.2 -17.3) |
| LCH | lch(88.4 27.4 219.2) |
| OKLCH | oklch(0.892 0.087 213.3) |
Copy-ready code
/* CSS */
color: #95ebfe;
background-color: #95ebfe;
/* Tailwind (arbitrary) */
class="text-[#95ebfe] bg-[#95ebfe]"
/* SCSS */
$brand: #95ebfe;
/* SwiftUI */
Color(red: 0.584, green: 0.922, blue: 0.996)
/* Android */
Color.parseColor("#95ebfe")Accessibility — WCAG contrast
Aa
#95ebfe on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95ebfe on black: 15.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green92.2%
Blue99.6%
CMYK percentages
Cyan41.3%
Magenta7.5%
Yellow0.0%
Key (black)0.4%
Color previews
#95ebfe text on a black background
contrast 15.59:1
Card sample
#95ebfe text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95ebfe;
Background color
Panel with #95ebfe background
background-color: #95ebfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95ebfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 235, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 235, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95ebfe; background: linear-gradient(135deg, #95ebfe, #95A5FE);