#51acdf
a balanced, vivid blue · cool · closest name: steelblue
RGB
81, 172, 223
HSL
202°, 69%, 60%
CMYK
64, 23, 0, 13
Luminance
0.3658
Every format
| HEX | #51acdf |
| RGB | rgb(81, 172, 223) |
| HSL | hsl(202, 69%, 60%) |
| CMYK | cmyk(64%, 23%, 0%, 13%) |
| LAB | lab(67.0 -11.7 -33.8) |
| LCH | lch(67.0 35.7 250.8) |
| OKLCH | oklch(0.710 0.114 236.1) |
Copy-ready code
/* CSS */
color: #51acdf;
background-color: #51acdf;
/* Tailwind (arbitrary) */
class="text-[#51acdf] bg-[#51acdf]"
/* SCSS */
$brand: #51acdf;
/* SwiftUI */
Color(red: 0.318, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#51acdf")Accessibility — WCAG contrast
Aa
#51acdf on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#51acdf on black: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green67.5%
Blue87.5%
CMYK percentages
Cyan63.7%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#51acdf text on a black background
contrast 8.32:1
Card sample
#51acdf text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #51acdf;
Background color
Panel with #51acdf background
background-color: #51acdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #51acdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #51acdf; background: linear-gradient(135deg, #51acdf, #5551DF);