#78acdf
a light, vivid blue · cool · closest name: steelblue
RGB
120, 172, 223
HSL
210°, 62%, 67%
CMYK
46, 23, 0, 13
Luminance
0.3883
Every format
| HEX | #78acdf |
| RGB | rgb(120, 172, 223) |
| HSL | hsl(210, 62%, 67%) |
| CMYK | cmyk(46%, 23%, 0%, 13%) |
| LAB | lab(68.6 -3.6 -31.0) |
| LCH | lch(68.6 31.3 263.3) |
| OKLCH | oklch(0.728 0.093 248.7) |
Copy-ready code
/* CSS */
color: #78acdf;
background-color: #78acdf;
/* Tailwind (arbitrary) */
class="text-[#78acdf] bg-[#78acdf]"
/* SCSS */
$brand: #78acdf;
/* SwiftUI */
Color(red: 0.471, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#78acdf")Accessibility — WCAG contrast
Aa
#78acdf on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#78acdf on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green67.5%
Blue87.5%
CMYK percentages
Cyan46.2%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#78acdf text on a black background
contrast 8.77:1
Card sample
#78acdf text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #78acdf;
Background color
Panel with #78acdf background
background-color: #78acdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #78acdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #78acdf; background: linear-gradient(135deg, #78acdf, #8978DF);