#78adeb
a light, vivid blue · cool · closest name: steelblue
RGB
120, 173, 235
HSL
212°, 74%, 70%
CMYK
49, 26, 0, 8
Luminance
0.3988
Every format
| HEX | #78adeb |
| RGB | rgb(120, 173, 235) |
| HSL | hsl(212, 74%, 70%) |
| CMYK | cmyk(49%, 26%, 0%, 8%) |
| LAB | lab(69.4 -0.7 -36.4) |
| LCH | lch(69.4 36.4 268.9) |
| OKLCH | oklch(0.735 0.107 253.0) |
Copy-ready code
/* CSS */
color: #78adeb;
background-color: #78adeb;
/* Tailwind (arbitrary) */
class="text-[#78adeb] bg-[#78adeb]"
/* SCSS */
$brand: #78adeb;
/* SwiftUI */
Color(red: 0.471, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#78adeb")Accessibility — WCAG contrast
Aa
#78adeb on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#78adeb on black: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green67.8%
Blue92.2%
CMYK percentages
Cyan48.9%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#78adeb text on a black background
contrast 8.98:1
Card sample
#78adeb text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #78adeb;
Background color
Panel with #78adeb background
background-color: #78adeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #78adeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #78adeb; background: linear-gradient(135deg, #78adeb, #9078EB);