#95cbdf
a light, vivid cyan · cool · closest name: skyblue
RGB
149, 203, 223
HSL
196°, 54%, 73%
CMYK
33, 9, 0, 13
Luminance
0.5443
Every format
| HEX | #95cbdf |
| RGB | rgb(149, 203, 223) |
| HSL | hsl(196, 54%, 73%) |
| CMYK | cmyk(33%, 9%, 0%, 13%) |
| LAB | lab(78.7 -12.7 -15.5) |
| LCH | lch(78.7 20.0 230.8) |
| OKLCH | oklch(0.811 0.063 222.8) |
Copy-ready code
/* CSS */
color: #95cbdf;
background-color: #95cbdf;
/* Tailwind (arbitrary) */
class="text-[#95cbdf] bg-[#95cbdf]"
/* SCSS */
$brand: #95cbdf;
/* SwiftUI */
Color(red: 0.584, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#95cbdf")Accessibility — WCAG contrast
Aa
#95cbdf on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95cbdf on black: 11.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green79.6%
Blue87.5%
CMYK percentages
Cyan33.2%
Magenta9.0%
Yellow0.0%
Key (black)12.5%
Color previews
#95cbdf text on a black background
contrast 11.89:1
Card sample
#95cbdf text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95cbdf;
Background color
Panel with #95cbdf background
background-color: #95cbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95cbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95cbdf; background: linear-gradient(135deg, #95cbdf, #959ADF);