#55a2cc
a balanced, vivid blue · cool · closest name: steelblue
RGB
85, 162, 204
HSL
201°, 54%, 57%
CMYK
58, 21, 0, 20
Luminance
0.3213
Every format
| HEX | #55a2cc |
| RGB | rgb(85, 162, 204) |
| HSL | hsl(201, 54%, 57%) |
| CMYK | cmyk(58%, 21%, 0%, 20%) |
| LAB | lab(63.5 -11.5 -28.7) |
| LCH | lch(63.5 30.9 248.1) |
| OKLCH | oklch(0.680 0.098 234.6) |
Copy-ready code
/* CSS */
color: #55a2cc;
background-color: #55a2cc;
/* Tailwind (arbitrary) */
class="text-[#55a2cc] bg-[#55a2cc]"
/* SCSS */
$brand: #55a2cc;
/* SwiftUI */
Color(red: 0.333, green: 0.635, blue: 0.800)
/* Android */
Color.parseColor("#55a2cc")Accessibility — WCAG contrast
Aa
#55a2cc on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#55a2cc on black: 7.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green63.5%
Blue80.0%
CMYK percentages
Cyan58.3%
Magenta20.6%
Yellow0.0%
Key (black)20.0%
Color previews
#55a2cc text on a black background
contrast 7.43:1
Card sample
#55a2cc text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55a2cc;
Background color
Panel with #55a2cc background
background-color: #55a2cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55a2cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 162, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 162, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55a2cc; background: linear-gradient(135deg, #55a2cc, #5855CC);