#249fef
a balanced, electric blue · cool · closest name: steelblue
RGB
36, 159, 239
HSL
204°, 86%, 54%
CMYK
85, 34, 0, 6
Luminance
0.3140
Every format
| HEX | #249fef |
| RGB | rgb(36, 159, 239) |
| HSL | hsl(204, 86%, 54%) |
| CMYK | cmyk(85%, 34%, 0%, 6%) |
| LAB | lab(62.8 -4.4 -49.1) |
| LCH | lch(62.8 49.3 264.9) |
| OKLCH | oklch(0.677 0.155 243.9) |
Copy-ready code
/* CSS */
color: #249fef;
background-color: #249fef;
/* Tailwind (arbitrary) */
class="text-[#249fef] bg-[#249fef]"
/* SCSS */
$brand: #249fef;
/* SwiftUI */
Color(red: 0.141, green: 0.624, blue: 0.937)
/* Android */
Color.parseColor("#249fef")Accessibility — WCAG contrast
Aa
#249fef on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#249fef on black: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green62.4%
Blue93.7%
CMYK percentages
Cyan84.9%
Magenta33.5%
Yellow0.0%
Key (black)6.3%
Color previews
#249fef text on a black background
contrast 7.28:1
Card sample
#249fef text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #249fef;
Background color
Panel with #249fef background
background-color: #249fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #249fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 159, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 159, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #249fef; background: linear-gradient(135deg, #249fef, #3024EF);