#249df0
a balanced, electric blue · cool · closest name: dodgerblue
RGB
36, 157, 240
HSL
204°, 87%, 54%
CMYK
85, 35, 0, 6
Luminance
0.3078
Every format
| HEX | #249df0 |
| RGB | rgb(36, 157, 240) |
| HSL | hsl(204, 87%, 54%) |
| CMYK | cmyk(85%, 35%, 0%, 6%) |
| LAB | lab(62.3 -2.9 -50.5) |
| LCH | lch(62.3 50.5 266.7) |
| OKLCH | oklch(0.673 0.158 245.2) |
Copy-ready code
/* CSS */
color: #249df0;
background-color: #249df0;
/* Tailwind (arbitrary) */
class="text-[#249df0] bg-[#249df0]"
/* SCSS */
$brand: #249df0;
/* SwiftUI */
Color(red: 0.141, green: 0.616, blue: 0.941)
/* Android */
Color.parseColor("#249df0")Accessibility — WCAG contrast
Aa
#249df0 on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#249df0 on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green61.6%
Blue94.1%
CMYK percentages
Cyan85.0%
Magenta34.6%
Yellow0.0%
Key (black)5.9%
Color previews
#249df0 text on a black background
contrast 7.16:1
Card sample
#249df0 text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #249df0;
Background color
Panel with #249df0 background
background-color: #249df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #249df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 157, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 157, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #249df0; background: linear-gradient(135deg, #249df0, #3324F0);