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