#54adef
a balanced, electric blue · cool · closest name: steelblue
RGB
84, 173, 239
HSL
206°, 83%, 63%
CMYK
65, 28, 0, 6
Luminance
0.3800
Every format
| HEX | #54adef |
| RGB | rgb(84, 173, 239) |
| HSL | hsl(206, 83%, 63%) |
| CMYK | cmyk(65%, 28%, 0%, 6%) |
| LAB | lab(68.0 -6.6 -40.9) |
| LCH | lch(68.0 41.4 260.8) |
| OKLCH | oklch(0.721 0.129 243.4) |
Copy-ready code
/* CSS */
color: #54adef;
background-color: #54adef;
/* Tailwind (arbitrary) */
class="text-[#54adef] bg-[#54adef]"
/* SCSS */
$brand: #54adef;
/* SwiftUI */
Color(red: 0.329, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#54adef")Accessibility — WCAG contrast
Aa
#54adef on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#54adef on black: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green67.8%
Blue93.7%
CMYK percentages
Cyan64.9%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#54adef text on a black background
contrast 8.60:1
Card sample
#54adef text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #54adef;
Background color
Panel with #54adef background
background-color: #54adef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #54adef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #54adef; background: linear-gradient(135deg, #54adef, #6254EF);