#95ccfd
a light, electric blue · cool · closest name: skyblue
RGB
149, 204, 253
HSL
208°, 96%, 79%
CMYK
41, 19, 0, 1
Luminance
0.5667
Every format
| HEX | #95ccfd |
| RGB | rgb(149, 204, 253) |
| HSL | hsl(208, 96%, 79%) |
| CMYK | cmyk(41%, 19%, 0%, 1%) |
| LAB | lab(80.0 -5.6 -29.6) |
| LCH | lch(80.0 30.1 259.4) |
| OKLCH | oklch(0.825 0.090 246.0) |
Copy-ready code
/* CSS */
color: #95ccfd;
background-color: #95ccfd;
/* Tailwind (arbitrary) */
class="text-[#95ccfd] bg-[#95ccfd]"
/* SCSS */
$brand: #95ccfd;
/* SwiftUI */
Color(red: 0.584, green: 0.800, blue: 0.992)
/* Android */
Color.parseColor("#95ccfd")Accessibility — WCAG contrast
Aa
#95ccfd on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95ccfd on black: 12.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green80.0%
Blue99.2%
CMYK percentages
Cyan41.1%
Magenta19.4%
Yellow0.0%
Key (black)0.8%
Color previews
#95ccfd text on a black background
contrast 12.33:1
Card sample
#95ccfd text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95ccfd;
Background color
Panel with #95ccfd background
background-color: #95ccfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95ccfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 204, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 204, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95ccfd; background: linear-gradient(135deg, #95ccfd, #A395FD);