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