#9dc7df
a light, vivid blue · cool · closest name: skyblue
RGB
157, 199, 223
HSL
202°, 51%, 75%
CMYK
30, 11, 0, 13
Luminance
0.5334
Every format
| HEX | #9dc7df |
| RGB | rgb(157, 199, 223) |
| HSL | hsl(202, 51%, 75%) |
| CMYK | cmyk(30%, 11%, 0%, 13%) |
| LAB | lab(78.1 -8.3 -16.4) |
| LCH | lch(78.1 18.4 243.2) |
| OKLCH | oklch(0.808 0.056 233.4) |
Copy-ready code
/* CSS */
color: #9dc7df;
background-color: #9dc7df;
/* Tailwind (arbitrary) */
class="text-[#9dc7df] bg-[#9dc7df]"
/* SCSS */
$brand: #9dc7df;
/* SwiftUI */
Color(red: 0.616, green: 0.780, blue: 0.875)
/* Android */
Color.parseColor("#9dc7df")Accessibility — WCAG contrast
Aa
#9dc7df on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dc7df on black: 11.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green78.0%
Blue87.5%
CMYK percentages
Cyan29.6%
Magenta10.8%
Yellow0.0%
Key (black)12.5%
Color previews
#9dc7df text on a black background
contrast 11.67:1
Card sample
#9dc7df text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dc7df;
Background color
Panel with #9dc7df background
background-color: #9dc7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dc7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 199, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 199, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dc7df; background: linear-gradient(135deg, #9dc7df, #9F9DDF);