#2575cc
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
37, 117, 204
HSL
211°, 69%, 47%
CMYK
82, 43, 0, 20
Luminance
0.1748
Every format
| HEX | #2575cc |
| RGB | rgb(37, 117, 204) |
| HSL | hsl(211, 69%, 47%) |
| CMYK | cmyk(82%, 43%, 0%, 20%) |
| LAB | lab(48.9 7.7 -51.7) |
| LCH | lch(48.9 52.3 278.5) |
| OKLCH | oklch(0.561 0.154 253.9) |
Copy-ready code
/* CSS */
color: #2575cc;
background-color: #2575cc;
/* Tailwind (arbitrary) */
class="text-[#2575cc] bg-[#2575cc]"
/* SCSS */
$brand: #2575cc;
/* SwiftUI */
Color(red: 0.145, green: 0.459, blue: 0.800)
/* Android */
Color.parseColor("#2575cc")Accessibility — WCAG contrast
Aa
#2575cc on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2575cc on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green45.9%
Blue80.0%
CMYK percentages
Cyan81.9%
Magenta42.6%
Yellow0.0%
Key (black)20.0%
Color previews
#2575cc text on a black background
contrast 4.50:1
Card sample
#2575cc text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2575cc;
Background color
Panel with #2575cc background
background-color: #2575cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2575cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 117, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 117, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2575cc; background: linear-gradient(135deg, #2575cc, #4525CC);