#95cdfb
a light, electric blue · cool · closest name: skyblue
RGB
149, 205, 251
HSL
207°, 93%, 78%
CMYK
41, 18, 0, 2
Luminance
0.5702
Every format
| HEX | #95cdfb |
| RGB | rgb(149, 205, 251) |
| HSL | hsl(207, 93%, 78%) |
| CMYK | cmyk(41%, 18%, 0%, 2%) |
| LAB | lab(80.2 -6.6 -28.3) |
| LCH | lch(80.2 29.0 256.8) |
| OKLCH | oklch(0.826 0.087 243.9) |
Copy-ready code
/* CSS */
color: #95cdfb;
background-color: #95cdfb;
/* Tailwind (arbitrary) */
class="text-[#95cdfb] bg-[#95cdfb]"
/* SCSS */
$brand: #95cdfb;
/* SwiftUI */
Color(red: 0.584, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#95cdfb")Accessibility — WCAG contrast
Aa
#95cdfb on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95cdfb on black: 12.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green80.4%
Blue98.4%
CMYK percentages
Cyan40.6%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#95cdfb text on a black background
contrast 12.40:1
Card sample
#95cdfb text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95cdfb;
Background color
Panel with #95cdfb background
background-color: #95cdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95cdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95cdfb; background: linear-gradient(135deg, #95cdfb, #A195FB);