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