#9ac7fd
a light, electric blue · cool · closest name: skyblue
RGB
154, 199, 253
HSL
213°, 96%, 80%
CMYK
39, 21, 0, 1
Luminance
0.5481
Every format
| HEX | #9ac7fd |
| RGB | rgb(154, 199, 253) |
| HSL | hsl(213, 96%, 80%) |
| CMYK | cmyk(39%, 21%, 0%, 1%) |
| LAB | lab(78.9 -1.6 -31.2) |
| LCH | lch(78.9 31.3 267.0) |
| OKLCH | oklch(0.817 0.090 253.4) |
Copy-ready code
/* CSS */
color: #9ac7fd;
background-color: #9ac7fd;
/* Tailwind (arbitrary) */
class="text-[#9ac7fd] bg-[#9ac7fd]"
/* SCSS */
$brand: #9ac7fd;
/* SwiftUI */
Color(red: 0.604, green: 0.780, blue: 0.992)
/* Android */
Color.parseColor("#9ac7fd")Accessibility — WCAG contrast
Aa
#9ac7fd on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ac7fd on black: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green78.0%
Blue99.2%
CMYK percentages
Cyan39.1%
Magenta21.3%
Yellow0.0%
Key (black)0.8%
Color previews
#9ac7fd text on a black background
contrast 11.96:1
Card sample
#9ac7fd text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ac7fd;
Background color
Panel with #9ac7fd background
background-color: #9ac7fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ac7fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 199, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 199, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ac7fd; background: linear-gradient(135deg, #9ac7fd, #AF9AFD);