#258ade
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
37, 138, 222
HSL
207°, 74%, 51%
CMYK
83, 38, 0, 13
Luminance
0.2384
Every format
| HEX | #258ade |
| RGB | rgb(37, 138, 222) |
| HSL | hsl(207, 74%, 51%) |
| CMYK | cmyk(83%, 38%, 0%, 13%) |
| LAB | lab(55.9 1.7 -50.6) |
| LCH | lch(55.9 50.6 271.9) |
| OKLCH | oklch(0.619 0.155 249.0) |
Copy-ready code
/* CSS */
color: #258ade;
background-color: #258ade;
/* Tailwind (arbitrary) */
class="text-[#258ade] bg-[#258ade]"
/* SCSS */
$brand: #258ade;
/* SwiftUI */
Color(red: 0.145, green: 0.541, blue: 0.871)
/* Android */
Color.parseColor("#258ade")Accessibility — WCAG contrast
Aa
#258ade on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#258ade on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green54.1%
Blue87.1%
CMYK percentages
Cyan83.3%
Magenta37.8%
Yellow0.0%
Key (black)12.9%
Color previews
#258ade text on a black background
contrast 5.77:1
Card sample
#258ade text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #258ade;
Background color
Panel with #258ade background
background-color: #258ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #258ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 138, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 138, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #258ade; background: linear-gradient(135deg, #258ade, #3B25DE);