#259af2
a balanced, electric blue · cool · closest name: dodgerblue
RGB
37, 154, 242
HSL
206°, 89%, 55%
CMYK
85, 36, 0, 5
Luminance
0.2992
Every format
| HEX | #259af2 |
| RGB | rgb(37, 154, 242) |
| HSL | hsl(206, 89%, 55%) |
| CMYK | cmyk(85%, 36%, 0%, 5%) |
| LAB | lab(61.6 -0.4 -52.7) |
| LCH | lch(61.6 52.7 269.6) |
| OKLCH | oklch(0.667 0.163 247.2) |
Copy-ready code
/* CSS */
color: #259af2;
background-color: #259af2;
/* Tailwind (arbitrary) */
class="text-[#259af2] bg-[#259af2]"
/* SCSS */
$brand: #259af2;
/* SwiftUI */
Color(red: 0.145, green: 0.604, blue: 0.949)
/* Android */
Color.parseColor("#259af2")Accessibility — WCAG contrast
Aa
#259af2 on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#259af2 on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green60.4%
Blue94.9%
CMYK percentages
Cyan84.7%
Magenta36.4%
Yellow0.0%
Key (black)5.1%
Color previews
#259af2 text on a black background
contrast 6.98:1
Card sample
#259af2 text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #259af2;
Background color
Panel with #259af2 background
background-color: #259af2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #259af2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 154, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 154, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #259af2; background: linear-gradient(135deg, #259af2, #3925F2);