#9eccdb
a light, vivid cyan · cool · closest name: skyblue
RGB
158, 204, 219
HSL
195°, 46%, 74%
CMYK
28, 7, 0, 14
Luminance
0.5557
Every format
| HEX | #9eccdb |
| RGB | rgb(158, 204, 219) |
| HSL | hsl(195, 46%, 74%) |
| CMYK | cmyk(28%, 7%, 0%, 14%) |
| LAB | lab(79.4 -11.6 -12.3) |
| LCH | lch(79.4 16.9 226.8) |
| OKLCH | oklch(0.818 0.053 219.8) |
Copy-ready code
/* CSS */
color: #9eccdb;
background-color: #9eccdb;
/* Tailwind (arbitrary) */
class="text-[#9eccdb] bg-[#9eccdb]"
/* SCSS */
$brand: #9eccdb;
/* SwiftUI */
Color(red: 0.620, green: 0.800, blue: 0.859)
/* Android */
Color.parseColor("#9eccdb")Accessibility — WCAG contrast
Aa
#9eccdb on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eccdb on black: 12.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green80.0%
Blue85.9%
CMYK percentages
Cyan27.9%
Magenta6.8%
Yellow0.0%
Key (black)14.1%
Color previews
#9eccdb text on a black background
contrast 12.11:1
Card sample
#9eccdb text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eccdb;
Background color
Panel with #9eccdb background
background-color: #9eccdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eccdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 204, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 204, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eccdb; background: linear-gradient(135deg, #9eccdb, #9EA3DB);