#027fda
a dark, electric blue · cool · closest name: dodgerblue
RGB
2, 127, 218
HSL
205°, 98%, 43%
CMYK
99, 42, 0, 15
Luminance
0.2025
Every format
| HEX | #027fda |
| RGB | rgb(2, 127, 218) |
| HSL | hsl(205, 98%, 43%) |
| CMYK | cmyk(99%, 42%, 0%, 15%) |
| LAB | lab(52.1 5.1 -54.5) |
| LCH | lch(52.1 54.7 275.3) |
| OKLCH | oklch(0.588 0.166 250.1) |
Copy-ready code
/* CSS */
color: #027fda;
background-color: #027fda;
/* Tailwind (arbitrary) */
class="text-[#027fda] bg-[#027fda]"
/* SCSS */
$brand: #027fda;
/* SwiftUI */
Color(red: 0.008, green: 0.498, blue: 0.855)
/* Android */
Color.parseColor("#027fda")Accessibility — WCAG contrast
Aa
#027fda on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#027fda on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green49.8%
Blue85.5%
CMYK percentages
Cyan99.1%
Magenta41.7%
Yellow0.0%
Key (black)14.5%
Color previews
#027fda text on a black background
contrast 5.05:1
Card sample
#027fda text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #027fda;
Background color
Panel with #027fda background
background-color: #027fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #027fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 127, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 127, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #027fda; background: linear-gradient(135deg, #027fda, #1502DA);