#54aabf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
84, 170, 191
HSL
192°, 46%, 54%
CMYK
56, 11, 0, 25
Luminance
0.3440
Every format
| HEX | #54aabf |
| RGB | rgb(84, 170, 191) |
| HSL | hsl(192, 46%, 54%) |
| CMYK | cmyk(56%, 11%, 0%, 25%) |
| LAB | lab(65.3 -19.9 -18.6) |
| LCH | lch(65.3 27.3 223.1) |
| OKLCH | oklch(0.693 0.088 215.9) |
Copy-ready code
/* CSS */
color: #54aabf;
background-color: #54aabf;
/* Tailwind (arbitrary) */
class="text-[#54aabf] bg-[#54aabf]"
/* SCSS */
$brand: #54aabf;
/* SwiftUI */
Color(red: 0.329, green: 0.667, blue: 0.749)
/* Android */
Color.parseColor("#54aabf")Accessibility — WCAG contrast
Aa
#54aabf on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#54aabf on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green66.7%
Blue74.9%
CMYK percentages
Cyan56.0%
Magenta11.0%
Yellow0.0%
Key (black)25.1%
Color previews
#54aabf text on a black background
contrast 7.88:1
Card sample
#54aabf text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #54aabf;
Background color
Panel with #54aabf background
background-color: #54aabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #54aabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 170, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 170, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #54aabf; background: linear-gradient(135deg, #54aabf, #5463BF);