#2196fc
a balanced, electric blue · cool · closest name: dodgerblue
RGB
33, 150, 252
HSL
208°, 97%, 56%
CMYK
87, 41, 0, 1
Luminance
0.2916
Every format
| HEX | #2196fc |
| RGB | rgb(33, 150, 252) |
| HSL | hsl(208, 97%, 56%) |
| CMYK | cmyk(87%, 41%, 0%, 1%) |
| LAB | lab(60.9 5.4 -59.3) |
| LCH | lch(60.9 59.5 275.2) |
| OKLCH | oklch(0.664 0.180 250.8) |
Copy-ready code
/* CSS */
color: #2196fc;
background-color: #2196fc;
/* Tailwind (arbitrary) */
class="text-[#2196fc] bg-[#2196fc]"
/* SCSS */
$brand: #2196fc;
/* SwiftUI */
Color(red: 0.129, green: 0.588, blue: 0.988)
/* Android */
Color.parseColor("#2196fc")Accessibility — WCAG contrast
Aa
#2196fc on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2196fc on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green58.8%
Blue98.8%
CMYK percentages
Cyan86.9%
Magenta40.5%
Yellow0.0%
Key (black)1.2%
Color previews
#2196fc text on a black background
contrast 6.83:1
Card sample
#2196fc text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2196fc;
Background color
Panel with #2196fc background
background-color: #2196fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2196fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 150, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 150, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2196fc; background: linear-gradient(135deg, #2196fc, #3E21FC);