#61acfd
a light, electric blue · cool · closest name: dodgerblue
RGB
97, 172, 253
HSL
211°, 98%, 69%
CMYK
62, 32, 0, 1
Luminance
0.3914
Every format
| HEX | #61acfd |
| RGB | rgb(97, 172, 253) |
| HSL | hsl(211, 98%, 69%) |
| CMYK | cmyk(62%, 32%, 0%, 1%) |
| LAB | lab(68.8 0.7 -47.1) |
| LCH | lch(68.8 47.1 270.8) |
| OKLCH | oklch(0.731 0.140 251.9) |
Copy-ready code
/* CSS */
color: #61acfd;
background-color: #61acfd;
/* Tailwind (arbitrary) */
class="text-[#61acfd] bg-[#61acfd]"
/* SCSS */
$brand: #61acfd;
/* SwiftUI */
Color(red: 0.380, green: 0.675, blue: 0.992)
/* Android */
Color.parseColor("#61acfd")Accessibility — WCAG contrast
Aa
#61acfd on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#61acfd on black: 8.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green67.5%
Blue99.2%
CMYK percentages
Cyan61.7%
Magenta32.0%
Yellow0.0%
Key (black)0.8%
Color previews
#61acfd text on a black background
contrast 8.83:1
Card sample
#61acfd text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #61acfd;
Background color
Panel with #61acfd background
background-color: #61acfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #61acfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 172, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 172, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #61acfd; background: linear-gradient(135deg, #61acfd, #7E61FD);