#1f97fd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
31, 151, 253
HSL
208°, 98%, 56%
CMYK
88, 40, 0, 1
Luminance
0.2952
Every format
| HEX | #1f97fd |
| RGB | rgb(31, 151, 253) |
| HSL | hsl(208, 98%, 56%) |
| CMYK | cmyk(88%, 40%, 0%, 1%) |
| LAB | lab(61.2 5.1 -59.3) |
| LCH | lch(61.2 59.5 274.9) |
| OKLCH | oklch(0.666 0.180 250.5) |
Copy-ready code
/* CSS */
color: #1f97fd;
background-color: #1f97fd;
/* Tailwind (arbitrary) */
class="text-[#1f97fd] bg-[#1f97fd]"
/* SCSS */
$brand: #1f97fd;
/* SwiftUI */
Color(red: 0.122, green: 0.592, blue: 0.992)
/* Android */
Color.parseColor("#1f97fd")Accessibility — WCAG contrast
Aa
#1f97fd on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1f97fd on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green59.2%
Blue99.2%
CMYK percentages
Cyan87.7%
Magenta40.3%
Yellow0.0%
Key (black)0.8%
Color previews
#1f97fd text on a black background
contrast 6.90:1
Card sample
#1f97fd text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f97fd;
Background color
Panel with #1f97fd background
background-color: #1f97fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f97fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 151, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 151, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f97fd; background: linear-gradient(135deg, #1f97fd, #3B1FFD);