#61abf7
a light, electric blue · cool · closest name: steelblue
RGB
97, 171, 247
HSL
210°, 90%, 68%
CMYK
61, 31, 0, 3
Luminance
0.3838
Every format
| HEX | #61abf7 |
| RGB | rgb(97, 171, 247) |
| HSL | hsl(210, 90%, 68%) |
| CMYK | cmyk(61%, 31%, 0%, 3%) |
| LAB | lab(68.3 -0.7 -44.7) |
| LCH | lch(68.3 44.8 269.1) |
| OKLCH | oklch(0.726 0.134 250.7) |
Copy-ready code
/* CSS */
color: #61abf7;
background-color: #61abf7;
/* Tailwind (arbitrary) */
class="text-[#61abf7] bg-[#61abf7]"
/* SCSS */
$brand: #61abf7;
/* SwiftUI */
Color(red: 0.380, green: 0.671, blue: 0.969)
/* Android */
Color.parseColor("#61abf7")Accessibility — WCAG contrast
Aa
#61abf7 on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#61abf7 on black: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green67.1%
Blue96.9%
CMYK percentages
Cyan60.7%
Magenta30.8%
Yellow0.0%
Key (black)3.1%
Color previews
#61abf7 text on a black background
contrast 8.68:1
Card sample
#61abf7 text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #61abf7;
Background color
Panel with #61abf7 background
background-color: #61abf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #61abf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 171, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 171, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #61abf7; background: linear-gradient(135deg, #61abf7, #7B61F7);