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