#007fee
a balanced, electric blue · cool · closest name: dodgerblue
RGB
0, 127, 238
HSL
208°, 100%, 47%
CMYK
100, 47, 0, 7
Luminance
0.2135
Every format
| HEX | #007fee |
| RGB | rgb(0, 127, 238) |
| HSL | hsl(208, 100%, 47%) |
| CMYK | cmyk(100%, 47%, 0%, 7%) |
| LAB | lab(53.3 12.8 -63.7) |
| LCH | lch(53.3 65.0 281.4) |
| OKLCH | oklch(0.601 0.191 253.9) |
Copy-ready code
/* CSS */
color: #007fee;
background-color: #007fee;
/* Tailwind (arbitrary) */
class="text-[#007fee] bg-[#007fee]"
/* SCSS */
$brand: #007fee;
/* SwiftUI */
Color(red: 0.000, green: 0.498, blue: 0.933)
/* Android */
Color.parseColor("#007fee")Accessibility — WCAG contrast
Aa
#007fee on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#007fee on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green49.8%
Blue93.3%
CMYK percentages
Cyan100.0%
Magenta46.6%
Yellow0.0%
Key (black)6.7%
Color previews
#007fee text on a black background
contrast 5.27:1
Card sample
#007fee text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #007fee;
Background color
Panel with #007fee background
background-color: #007fee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #007fee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 127, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 127, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #007fee; background: linear-gradient(135deg, #007fee, #2000EE);