#95ceff
a light, electric blue · cool · closest name: skyblue
RGB
149, 206, 255
HSL
208°, 100%, 79%
CMYK
42, 19, 0, 0
Luminance
0.5775
Every format
| HEX | #95ceff |
| RGB | rgb(149, 206, 255) |
| HSL | hsl(208, 100%, 79%) |
| CMYK | cmyk(42%, 19%, 0%, 0%) |
| LAB | lab(80.6 -6.1 -29.8) |
| LCH | lch(80.6 30.4 258.4) |
| OKLCH | oklch(0.830 0.091 245.1) |
Copy-ready code
/* CSS */
color: #95ceff;
background-color: #95ceff;
/* Tailwind (arbitrary) */
class="text-[#95ceff] bg-[#95ceff]"
/* SCSS */
$brand: #95ceff;
/* SwiftUI */
Color(red: 0.584, green: 0.808, blue: 1.000)
/* Android */
Color.parseColor("#95ceff")Accessibility — WCAG contrast
Aa
#95ceff on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95ceff on black: 12.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green80.8%
Blue100.0%
CMYK percentages
Cyan41.6%
Magenta19.2%
Yellow0.0%
Key (black)0.0%
Color previews
#95ceff text on a black background
contrast 12.55:1
Card sample
#95ceff text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95ceff;
Background color
Panel with #95ceff background
background-color: #95ceff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95ceff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 206, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 206, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95ceff; background: linear-gradient(135deg, #95ceff, #A395FF);