#95cffc
a light, electric blue · cool · closest name: skyblue
RGB
149, 207, 252
HSL
206°, 95%, 79%
CMYK
41, 18, 0, 1
Luminance
0.5804
Every format
| HEX | #95cffc |
| RGB | rgb(149, 207, 252) |
| HSL | hsl(206, 95%, 79%) |
| CMYK | cmyk(41%, 18%, 0%, 1%) |
| LAB | lab(80.8 -7.4 -27.9) |
| LCH | lch(80.8 28.9 255.1) |
| OKLCH | oklch(0.831 0.087 242.4) |
Copy-ready code
/* CSS */
color: #95cffc;
background-color: #95cffc;
/* Tailwind (arbitrary) */
class="text-[#95cffc] bg-[#95cffc]"
/* SCSS */
$brand: #95cffc;
/* SwiftUI */
Color(red: 0.584, green: 0.812, blue: 0.988)
/* Android */
Color.parseColor("#95cffc")Accessibility — WCAG contrast
Aa
#95cffc on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95cffc on black: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green81.2%
Blue98.8%
CMYK percentages
Cyan40.9%
Magenta17.9%
Yellow0.0%
Key (black)1.2%
Color previews
#95cffc text on a black background
contrast 12.61:1
Card sample
#95cffc text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95cffc;
Background color
Panel with #95cffc background
background-color: #95cffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95cffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 207, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 207, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95cffc; background: linear-gradient(135deg, #95cffc, #A095FC);