#61ade6
a balanced, vivid blue · cool · closest name: steelblue
RGB
97, 173, 230
HSL
206°, 73%, 64%
CMYK
58, 25, 0, 10
Luminance
0.3814
Every format
| HEX | #61ade6 |
| RGB | rgb(97, 173, 230) |
| HSL | hsl(206, 73%, 64%) |
| CMYK | cmyk(58%, 25%, 0%, 10%) |
| LAB | lab(68.1 -7.1 -35.7) |
| LCH | lch(68.1 36.5 258.7) |
| OKLCH | oklch(0.722 0.113 242.9) |
Copy-ready code
/* CSS */
color: #61ade6;
background-color: #61ade6;
/* Tailwind (arbitrary) */
class="text-[#61ade6] bg-[#61ade6]"
/* SCSS */
$brand: #61ade6;
/* SwiftUI */
Color(red: 0.380, green: 0.678, blue: 0.902)
/* Android */
Color.parseColor("#61ade6")Accessibility — WCAG contrast
Aa
#61ade6 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#61ade6 on black: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green67.8%
Blue90.2%
CMYK percentages
Cyan57.8%
Magenta24.8%
Yellow0.0%
Key (black)9.8%
Color previews
#61ade6 text on a black background
contrast 8.63:1
Card sample
#61ade6 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #61ade6;
Background color
Panel with #61ade6 background
background-color: #61ade6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #61ade6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 173, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 173, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #61ade6; background: linear-gradient(135deg, #61ade6, #6E61E6);