#9fd2ec
a light, vivid blue · cool · closest name: skyblue
RGB
159, 210, 236
HSL
200°, 67%, 78%
CMYK
33, 11, 0, 8
Luminance
0.5952
Every format
| HEX | #9fd2ec |
| RGB | rgb(159, 210, 236) |
| HSL | hsl(200, 67%, 78%) |
| CMYK | cmyk(33%, 11%, 0%, 8%) |
| LAB | lab(81.6 -10.4 -18.1) |
| LCH | lch(81.6 20.9 240.2) |
| OKLCH | oklch(0.837 0.064 230.6) |
Copy-ready code
/* CSS */
color: #9fd2ec;
background-color: #9fd2ec;
/* Tailwind (arbitrary) */
class="text-[#9fd2ec] bg-[#9fd2ec]"
/* SCSS */
$brand: #9fd2ec;
/* SwiftUI */
Color(red: 0.624, green: 0.824, blue: 0.925)
/* Android */
Color.parseColor("#9fd2ec")Accessibility — WCAG contrast
Aa
#9fd2ec on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fd2ec on black: 12.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green82.4%
Blue92.5%
CMYK percentages
Cyan32.6%
Magenta11.0%
Yellow0.0%
Key (black)7.5%
Color previews
#9fd2ec text on a black background
contrast 12.90:1
Card sample
#9fd2ec text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fd2ec;
Background color
Panel with #9fd2ec background
background-color: #9fd2ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fd2ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 210, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 210, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fd2ec; background: linear-gradient(135deg, #9fd2ec, #A09FEC);