#95cfda
a light, vivid cyan · cool · closest name: skyblue
RGB
149, 207, 218
HSL
190°, 48%, 72%
CMYK
32, 5, 0, 15
Luminance
0.5608
Every format
| HEX | #95cfda |
| RGB | rgb(149, 207, 218) |
| HSL | hsl(190, 48%, 72%) |
| CMYK | cmyk(32%, 5%, 0%, 15%) |
| LAB | lab(79.7 -15.9 -11.4) |
| LCH | lch(79.7 19.6 215.7) |
| OKLCH | oklch(0.819 0.061 210.6) |
Copy-ready code
/* CSS */
color: #95cfda;
background-color: #95cfda;
/* Tailwind (arbitrary) */
class="text-[#95cfda] bg-[#95cfda]"
/* SCSS */
$brand: #95cfda;
/* SwiftUI */
Color(red: 0.584, green: 0.812, blue: 0.855)
/* Android */
Color.parseColor("#95cfda")Accessibility — WCAG contrast
Aa
#95cfda on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95cfda on black: 12.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green81.2%
Blue85.5%
CMYK percentages
Cyan31.7%
Magenta5.0%
Yellow0.0%
Key (black)14.5%
Color previews
#95cfda text on a black background
contrast 12.22:1
Card sample
#95cfda text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95cfda;
Background color
Panel with #95cfda background
background-color: #95cfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95cfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 207, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 207, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95cfda; background: linear-gradient(135deg, #95cfda, #95A1DA);