#95f5fd
a light, electric cyan · cool · closest name: skyblue
RGB
149, 245, 253
HSL
185°, 96%, 79%
CMYK
41, 3, 0, 1
Luminance
0.7879
Every format
| HEX | #95f5fd |
| RGB | rgb(149, 245, 253) |
| HSL | hsl(185, 96%, 79%) |
| CMYK | cmyk(41%, 3%, 0%, 1%) |
| LAB | lab(91.1 -26.4 -12.8) |
| LCH | lch(91.1 29.3 205.8) |
| OKLCH | oklch(0.914 0.091 202.5) |
Copy-ready code
/* CSS */
color: #95f5fd;
background-color: #95f5fd;
/* Tailwind (arbitrary) */
class="text-[#95f5fd] bg-[#95f5fd]"
/* SCSS */
$brand: #95f5fd;
/* SwiftUI */
Color(red: 0.584, green: 0.961, blue: 0.992)
/* Android */
Color.parseColor("#95f5fd")Accessibility — WCAG contrast
Aa
#95f5fd on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95f5fd on black: 16.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green96.1%
Blue99.2%
CMYK percentages
Cyan41.1%
Magenta3.2%
Yellow0.0%
Key (black)0.8%
Color previews
#95f5fd text on a black background
contrast 16.76:1
Card sample
#95f5fd text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95f5fd;
Background color
Panel with #95f5fd background
background-color: #95f5fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95f5fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 245, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 245, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95f5fd; background: linear-gradient(135deg, #95f5fd, #95B0FD);