#78adef
a light, electric blue · cool · closest name: steelblue
RGB
120, 173, 239
HSL
213°, 79%, 70%
CMYK
50, 28, 0, 6
Luminance
0.4011
Every format
| HEX | #78adef |
| RGB | rgb(120, 173, 239) |
| HSL | hsl(213, 79%, 70%) |
| CMYK | cmyk(50%, 28%, 0%, 6%) |
| LAB | lab(69.5 0.5 -38.4) |
| LCH | lch(69.5 38.4 270.7) |
| OKLCH | oklch(0.737 0.112 254.5) |
Copy-ready code
/* CSS */
color: #78adef;
background-color: #78adef;
/* Tailwind (arbitrary) */
class="text-[#78adef] bg-[#78adef]"
/* SCSS */
$brand: #78adef;
/* SwiftUI */
Color(red: 0.471, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#78adef")Accessibility — WCAG contrast
Aa
#78adef on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#78adef on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green67.8%
Blue93.7%
CMYK percentages
Cyan49.8%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#78adef text on a black background
contrast 9.02:1
Card sample
#78adef text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #78adef;
Background color
Panel with #78adef background
background-color: #78adef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #78adef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #78adef; background: linear-gradient(135deg, #78adef, #9278EF);