#94ace7
a light, vivid blue · cool · closest name: steelblue
RGB
148, 172, 231
HSL
223°, 63%, 74%
CMYK
36, 26, 0, 9
Luminance
0.4157
Every format
| HEX | #94ace7 |
| RGB | rgb(148, 172, 231) |
| HSL | hsl(223, 63%, 74%) |
| CMYK | cmyk(36%, 26%, 0%, 9%) |
| LAB | lab(70.6 5.8 -32.3) |
| LCH | lch(70.6 32.8 280.2) |
| OKLCH | oklch(0.748 0.090 267.2) |
Copy-ready code
/* CSS */
color: #94ace7;
background-color: #94ace7;
/* Tailwind (arbitrary) */
class="text-[#94ace7] bg-[#94ace7]"
/* SCSS */
$brand: #94ace7;
/* SwiftUI */
Color(red: 0.580, green: 0.675, blue: 0.906)
/* Android */
Color.parseColor("#94ace7")Accessibility — WCAG contrast
Aa
#94ace7 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94ace7 on black: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green67.5%
Blue90.6%
CMYK percentages
Cyan35.9%
Magenta25.5%
Yellow0.0%
Key (black)9.4%
Color previews
#94ace7 text on a black background
contrast 9.31:1
Card sample
#94ace7 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94ace7;
Background color
Panel with #94ace7 background
background-color: #94ace7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94ace7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 172, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 172, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94ace7; background: linear-gradient(135deg, #94ace7, #B394E7);