#9ac0eb
a light, vivid blue · cool · closest name: skyblue
RGB
154, 192, 235
HSL
212°, 67%, 76%
CMYK
35, 18, 0, 8
Luminance
0.5057
Every format
| HEX | #9ac0eb |
| RGB | rgb(154, 192, 235) |
| HSL | hsl(212, 67%, 76%) |
| CMYK | cmyk(35%, 18%, 0%, 8%) |
| LAB | lab(76.4 -2.5 -25.4) |
| LCH | lch(76.4 25.6 264.4) |
| OKLCH | oklch(0.795 0.074 251.9) |
Copy-ready code
/* CSS */
color: #9ac0eb;
background-color: #9ac0eb;
/* Tailwind (arbitrary) */
class="text-[#9ac0eb] bg-[#9ac0eb]"
/* SCSS */
$brand: #9ac0eb;
/* SwiftUI */
Color(red: 0.604, green: 0.753, blue: 0.922)
/* Android */
Color.parseColor("#9ac0eb")Accessibility — WCAG contrast
Aa
#9ac0eb on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ac0eb on black: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green75.3%
Blue92.2%
CMYK percentages
Cyan34.5%
Magenta18.3%
Yellow0.0%
Key (black)7.8%
Color previews
#9ac0eb text on a black background
contrast 11.11:1
Card sample
#9ac0eb text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ac0eb;
Background color
Panel with #9ac0eb background
background-color: #9ac0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ac0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 192, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 192, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ac0eb; background: linear-gradient(135deg, #9ac0eb, #AA9AEB);