#95cdf8
a light, electric blue · cool · closest name: skyblue
RGB
149, 205, 248
HSL
206°, 88%, 78%
CMYK
40, 17, 0, 3
Luminance
0.5683
Every format
| HEX | #95cdf8 |
| RGB | rgb(149, 205, 248) |
| HSL | hsl(206, 88%, 78%) |
| CMYK | cmyk(40%, 17%, 0%, 3%) |
| LAB | lab(80.1 -7.4 -26.8) |
| LCH | lch(80.1 27.8 254.6) |
| OKLCH | oklch(0.825 0.084 242.0) |
Copy-ready code
/* CSS */
color: #95cdf8;
background-color: #95cdf8;
/* Tailwind (arbitrary) */
class="text-[#95cdf8] bg-[#95cdf8]"
/* SCSS */
$brand: #95cdf8;
/* SwiftUI */
Color(red: 0.584, green: 0.804, blue: 0.973)
/* Android */
Color.parseColor("#95cdf8")Accessibility — WCAG contrast
Aa
#95cdf8 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95cdf8 on black: 12.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green80.4%
Blue97.3%
CMYK percentages
Cyan39.9%
Magenta17.3%
Yellow0.0%
Key (black)2.7%
Color previews
#95cdf8 text on a black background
contrast 12.37:1
Card sample
#95cdf8 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95cdf8;
Background color
Panel with #95cdf8 background
background-color: #95cdf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95cdf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 205, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 205, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95cdf8; background: linear-gradient(135deg, #95cdf8, #9F95F8);