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