#9cd3ef
a light, vivid blue · cool · closest name: skyblue
RGB
156, 211, 239
HSL
200°, 72%, 78%
CMYK
35, 12, 0, 6
Luminance
0.5989
Every format
| HEX | #9cd3ef |
| RGB | rgb(156, 211, 239) |
| HSL | hsl(200, 72%, 78%) |
| CMYK | cmyk(35%, 12%, 0%, 6%) |
| LAB | lab(81.8 -11.0 -19.4) |
| LCH | lch(81.8 22.3 240.5) |
| OKLCH | oklch(0.839 0.069 230.7) |
Copy-ready code
/* CSS */
color: #9cd3ef;
background-color: #9cd3ef;
/* Tailwind (arbitrary) */
class="text-[#9cd3ef] bg-[#9cd3ef]"
/* SCSS */
$brand: #9cd3ef;
/* SwiftUI */
Color(red: 0.612, green: 0.827, blue: 0.937)
/* Android */
Color.parseColor("#9cd3ef")Accessibility — WCAG contrast
Aa
#9cd3ef on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cd3ef on black: 12.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green82.7%
Blue93.7%
CMYK percentages
Cyan34.7%
Magenta11.7%
Yellow0.0%
Key (black)6.3%
Color previews
#9cd3ef text on a black background
contrast 12.98:1
Card sample
#9cd3ef text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cd3ef;
Background color
Panel with #9cd3ef background
background-color: #9cd3ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cd3ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 211, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 211, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cd3ef; background: linear-gradient(135deg, #9cd3ef, #9C9CEF);