#197cdf
a balanced, electric blue · cool · closest name: dodgerblue
RGB
25, 124, 223
HSL
210°, 80%, 49%
CMYK
89, 44, 0, 13
Luminance
0.1995
Every format
| HEX | #197cdf |
| RGB | rgb(25, 124, 223) |
| HSL | hsl(210, 80%, 49%) |
| CMYK | cmyk(89%, 44%, 0%, 13%) |
| LAB | lab(51.8 9.8 -57.8) |
| LCH | lch(51.8 58.6 279.6) |
| OKLCH | oklch(0.587 0.173 253.7) |
Copy-ready code
/* CSS */
color: #197cdf;
background-color: #197cdf;
/* Tailwind (arbitrary) */
class="text-[#197cdf] bg-[#197cdf]"
/* SCSS */
$brand: #197cdf;
/* SwiftUI */
Color(red: 0.098, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#197cdf")Accessibility — WCAG contrast
Aa
#197cdf on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#197cdf on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green48.6%
Blue87.5%
CMYK percentages
Cyan88.8%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#197cdf text on a black background
contrast 4.99:1
Card sample
#197cdf text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #197cdf;
Background color
Panel with #197cdf background
background-color: #197cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #197cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #197cdf; background: linear-gradient(135deg, #197cdf, #3A19DF);