#9ac6eb
a light, vivid blue · cool · closest name: skyblue
RGB
154, 198, 235
HSL
207°, 67%, 76%
CMYK
35, 16, 0, 8
Luminance
0.5326
Every format
| HEX | #9ac6eb |
| RGB | rgb(154, 198, 235) |
| HSL | hsl(207, 67%, 76%) |
| CMYK | cmyk(35%, 16%, 0%, 8%) |
| LAB | lab(78.0 -5.7 -23.0) |
| LCH | lch(78.0 23.7 256.1) |
| OKLCH | oklch(0.808 0.070 244.2) |
Copy-ready code
/* CSS */
color: #9ac6eb;
background-color: #9ac6eb;
/* Tailwind (arbitrary) */
class="text-[#9ac6eb] bg-[#9ac6eb]"
/* SCSS */
$brand: #9ac6eb;
/* SwiftUI */
Color(red: 0.604, green: 0.776, blue: 0.922)
/* Android */
Color.parseColor("#9ac6eb")Accessibility — WCAG contrast
Aa
#9ac6eb on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ac6eb on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green77.6%
Blue92.2%
CMYK percentages
Cyan34.5%
Magenta15.7%
Yellow0.0%
Key (black)7.8%
Color previews
#9ac6eb text on a black background
contrast 11.65:1
Card sample
#9ac6eb text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ac6eb;
Background color
Panel with #9ac6eb background
background-color: #9ac6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ac6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 198, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 198, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ac6eb; background: linear-gradient(135deg, #9ac6eb, #A49AEB);