#95deee
a light, vivid cyan · cool · closest name: skyblue
RGB
149, 222, 238
HSL
191°, 72%, 76%
CMYK
37, 7, 0, 7
Luminance
0.6481
Every format
| HEX | #95deee |
| RGB | rgb(149, 222, 238) |
| HSL | hsl(191, 72%, 76%) |
| CMYK | cmyk(37%, 7%, 0%, 7%) |
| LAB | lab(84.4 -18.7 -15.0) |
| LCH | lch(84.4 24.0 218.7) |
| OKLCH | oklch(0.858 0.076 212.9) |
Copy-ready code
/* CSS */
color: #95deee;
background-color: #95deee;
/* Tailwind (arbitrary) */
class="text-[#95deee] bg-[#95deee]"
/* SCSS */
$brand: #95deee;
/* SwiftUI */
Color(red: 0.584, green: 0.871, blue: 0.933)
/* Android */
Color.parseColor("#95deee")Accessibility — WCAG contrast
Aa
#95deee on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95deee on black: 13.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green87.1%
Blue93.3%
CMYK percentages
Cyan37.4%
Magenta6.7%
Yellow0.0%
Key (black)6.7%
Color previews
#95deee text on a black background
contrast 13.96:1
Card sample
#95deee text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95deee;
Background color
Panel with #95deee background
background-color: #95deee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95deee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 222, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 222, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95deee; background: linear-gradient(135deg, #95deee, #95A3EE);