#027fac
a dark, electric cyan · cool · closest name: steelblue
RGB
2, 127, 172
HSL
196°, 98%, 34%
CMYK
99, 26, 0, 33
Luminance
0.1817
Every format
| HEX | #027fac |
| RGB | rgb(2, 127, 172) |
| HSL | hsl(196, 98%, 34%) |
| CMYK | cmyk(99%, 26%, 0%, 33%) |
| LAB | lab(49.7 -12.6 -32.0) |
| LCH | lch(49.7 34.4 248.5) |
| OKLCH | oklch(0.561 0.114 232.3) |
Copy-ready code
/* CSS */
color: #027fac;
background-color: #027fac;
/* Tailwind (arbitrary) */
class="text-[#027fac] bg-[#027fac]"
/* SCSS */
$brand: #027fac;
/* SwiftUI */
Color(red: 0.008, green: 0.498, blue: 0.675)
/* Android */
Color.parseColor("#027fac")Accessibility — WCAG contrast
Aa
#027fac on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#027fac on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green49.8%
Blue67.5%
CMYK percentages
Cyan98.8%
Magenta26.2%
Yellow0.0%
Key (black)32.5%
Color previews
#027fac text on a black background
contrast 4.63:1
Card sample
#027fac text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #027fac;
Background color
Panel with #027fac background
background-color: #027fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #027fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 127, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 127, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #027fac; background: linear-gradient(135deg, #027fac, #020EAC);