#95ceeb
a light, vivid blue · cool · closest name: skyblue
RGB
149, 206, 235
HSL
200°, 68%, 75%
CMYK
37, 12, 0, 8
Luminance
0.5653
Every format
| HEX | #95ceeb |
| RGB | rgb(149, 206, 235) |
| HSL | hsl(200, 68%, 75%) |
| CMYK | cmyk(37%, 12%, 0%, 8%) |
| LAB | lab(79.9 -11.3 -20.1) |
| LCH | lch(79.9 23.1 240.8) |
| OKLCH | oklch(0.822 0.071 230.8) |
Copy-ready code
/* CSS */
color: #95ceeb;
background-color: #95ceeb;
/* Tailwind (arbitrary) */
class="text-[#95ceeb] bg-[#95ceeb]"
/* SCSS */
$brand: #95ceeb;
/* SwiftUI */
Color(red: 0.584, green: 0.808, blue: 0.922)
/* Android */
Color.parseColor("#95ceeb")Accessibility — WCAG contrast
Aa
#95ceeb on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95ceeb on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green80.8%
Blue92.2%
CMYK percentages
Cyan36.6%
Magenta12.3%
Yellow0.0%
Key (black)7.8%
Color previews
#95ceeb text on a black background
contrast 12.31:1
Card sample
#95ceeb text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95ceeb;
Background color
Panel with #95ceeb background
background-color: #95ceeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95ceeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 206, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 206, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95ceeb; background: linear-gradient(135deg, #95ceeb, #9595EB);