#196fc3
a dark, electric blue · cool · closest name: dodgerblue
RGB
25, 111, 195
HSL
210°, 77%, 43%
CMYK
87, 43, 0, 24
Luminance
0.1552
Every format
| HEX | #196fc3 |
| RGB | rgb(25, 111, 195) |
| HSL | hsl(210, 77%, 43%) |
| CMYK | cmyk(87%, 43%, 0%, 24%) |
| LAB | lab(46.3 7.0 -50.6) |
| LCH | lch(46.3 51.1 277.9) |
| OKLCH | oklch(0.539 0.152 252.8) |
Copy-ready code
/* CSS */
color: #196fc3;
background-color: #196fc3;
/* Tailwind (arbitrary) */
class="text-[#196fc3] bg-[#196fc3]"
/* SCSS */
$brand: #196fc3;
/* SwiftUI */
Color(red: 0.098, green: 0.435, blue: 0.765)
/* Android */
Color.parseColor("#196fc3")Accessibility — WCAG contrast
Aa
#196fc3 on white: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#196fc3 on black: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green43.5%
Blue76.5%
CMYK percentages
Cyan87.2%
Magenta43.1%
Yellow0.0%
Key (black)23.5%
Color previews
#196fc3 text on a black background
contrast 4.10:1
Card sample
#196fc3 text on a white background
contrast 5.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #196fc3;
Background color
Panel with #196fc3 background
background-color: #196fc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #196fc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 111, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 111, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #196fc3; background: linear-gradient(135deg, #196fc3, #3419C3);