#61acdf
a balanced, vivid blue · cool · closest name: steelblue
RGB
97, 172, 223
HSL
204°, 66%, 63%
CMYK
57, 23, 0, 13
Luminance
0.3737
Every format
| HEX | #61acdf |
| RGB | rgb(97, 172, 223) |
| HSL | hsl(204, 66%, 63%) |
| CMYK | cmyk(57%, 23%, 0%, 13%) |
| LAB | lab(67.5 -8.7 -32.8) |
| LCH | lch(67.5 33.9 255.1) |
| OKLCH | oklch(0.716 0.106 240.2) |
Copy-ready code
/* CSS */
color: #61acdf;
background-color: #61acdf;
/* Tailwind (arbitrary) */
class="text-[#61acdf] bg-[#61acdf]"
/* SCSS */
$brand: #61acdf;
/* SwiftUI */
Color(red: 0.380, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#61acdf")Accessibility — WCAG contrast
Aa
#61acdf on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#61acdf on black: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green67.5%
Blue87.5%
CMYK percentages
Cyan56.5%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#61acdf text on a black background
contrast 8.47:1
Card sample
#61acdf text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #61acdf;
Background color
Panel with #61acdf background
background-color: #61acdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #61acdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #61acdf; background: linear-gradient(135deg, #61acdf, #6A61DF);