#95dbfd
a light, electric cyan · cool · closest name: skyblue
RGB
149, 219, 253
HSL
200°, 96%, 79%
CMYK
41, 13, 0, 1
Luminance
0.6414
Every format
| HEX | #95dbfd |
| RGB | rgb(149, 219, 253) |
| HSL | hsl(200, 96%, 79%) |
| CMYK | cmyk(41%, 13%, 0%, 1%) |
| LAB | lab(84.0 -13.4 -23.4) |
| LCH | lch(84.0 27.0 240.2) |
| OKLCH | oklch(0.857 0.085 230.0) |
Copy-ready code
/* CSS */
color: #95dbfd;
background-color: #95dbfd;
/* Tailwind (arbitrary) */
class="text-[#95dbfd] bg-[#95dbfd]"
/* SCSS */
$brand: #95dbfd;
/* SwiftUI */
Color(red: 0.584, green: 0.859, blue: 0.992)
/* Android */
Color.parseColor("#95dbfd")Accessibility — WCAG contrast
Aa
#95dbfd on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95dbfd on black: 13.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green85.9%
Blue99.2%
CMYK percentages
Cyan41.1%
Magenta13.4%
Yellow0.0%
Key (black)0.8%
Color previews
#95dbfd text on a black background
contrast 13.83:1
Card sample
#95dbfd text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95dbfd;
Background color
Panel with #95dbfd background
background-color: #95dbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95dbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 219, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 219, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95dbfd; background: linear-gradient(135deg, #95dbfd, #9596FD);