#247fef
a balanced, electric blue · cool · closest name: dodgerblue
RGB
36, 127, 239
HSL
213°, 86%, 54%
CMYK
85, 47, 0, 6
Luminance
0.2179
Every format
| HEX | #247fef |
| RGB | rgb(36, 127, 239) |
| HSL | hsl(213, 86%, 54%) |
| CMYK | cmyk(85%, 47%, 0%, 6%) |
| LAB | lab(53.8 14.7 -63.5) |
| LCH | lch(53.8 65.2 283.0) |
| OKLCH | oklch(0.606 0.188 256.5) |
Copy-ready code
/* CSS */
color: #247fef;
background-color: #247fef;
/* Tailwind (arbitrary) */
class="text-[#247fef] bg-[#247fef]"
/* SCSS */
$brand: #247fef;
/* SwiftUI */
Color(red: 0.141, green: 0.498, blue: 0.937)
/* Android */
Color.parseColor("#247fef")Accessibility — WCAG contrast
Aa
#247fef on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#247fef on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green49.8%
Blue93.7%
CMYK percentages
Cyan84.9%
Magenta46.9%
Yellow0.0%
Key (black)6.3%
Color previews
#247fef text on a black background
contrast 5.36:1
Card sample
#247fef text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #247fef;
Background color
Panel with #247fef background
background-color: #247fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #247fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 127, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 127, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #247fef; background: linear-gradient(135deg, #247fef, #5024EF);