#9fcdfe
a light, electric blue · cool · closest name: skyblue
RGB
159, 205, 254
HSL
211°, 98%, 81%
CMYK
37, 19, 0, 0
Luminance
0.5819
Every format
| HEX | #9fcdfe |
| RGB | rgb(159, 205, 254) |
| HSL | hsl(211, 98%, 81%) |
| CMYK | cmyk(37%, 19%, 0%, 0%) |
| LAB | lab(80.8 -3.3 -28.8) |
| LCH | lch(80.8 29.0 263.5) |
| OKLCH | oklch(0.833 0.085 250.4) |
Copy-ready code
/* CSS */
color: #9fcdfe;
background-color: #9fcdfe;
/* Tailwind (arbitrary) */
class="text-[#9fcdfe] bg-[#9fcdfe]"
/* SCSS */
$brand: #9fcdfe;
/* SwiftUI */
Color(red: 0.624, green: 0.804, blue: 0.996)
/* Android */
Color.parseColor("#9fcdfe")Accessibility — WCAG contrast
Aa
#9fcdfe on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fcdfe on black: 12.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green80.4%
Blue99.6%
CMYK percentages
Cyan37.4%
Magenta19.3%
Yellow0.0%
Key (black)0.4%
Color previews
#9fcdfe text on a black background
contrast 12.64:1
Card sample
#9fcdfe text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fcdfe;
Background color
Panel with #9fcdfe background
background-color: #9fcdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fcdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 205, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 205, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fcdfe; background: linear-gradient(135deg, #9fcdfe, #B09FFE);