#2c7fac
a dark, vivid blue · cool · closest name: steelblue
RGB
44, 127, 172
HSL
201°, 59%, 42%
CMYK
74, 26, 0, 33
Luminance
0.1869
Every format
| HEX | #2c7fac |
| RGB | rgb(44, 127, 172) |
| HSL | hsl(201, 59%, 42%) |
| CMYK | cmyk(74%, 26%, 0%, 33%) |
| LAB | lab(50.3 -9.4 -31.0) |
| LCH | lch(50.3 32.4 253.1) |
| OKLCH | oklch(0.567 0.104 236.8) |
Copy-ready code
/* CSS */
color: #2c7fac;
background-color: #2c7fac;
/* Tailwind (arbitrary) */
class="text-[#2c7fac] bg-[#2c7fac]"
/* SCSS */
$brand: #2c7fac;
/* SwiftUI */
Color(red: 0.173, green: 0.498, blue: 0.675)
/* Android */
Color.parseColor("#2c7fac")Accessibility — WCAG contrast
Aa
#2c7fac on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2c7fac on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green49.8%
Blue67.5%
CMYK percentages
Cyan74.4%
Magenta26.2%
Yellow0.0%
Key (black)32.5%
Color previews
#2c7fac text on a black background
contrast 4.74:1
Card sample
#2c7fac text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c7fac;
Background color
Panel with #2c7fac background
background-color: #2c7fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c7fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 127, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 127, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c7fac; background: linear-gradient(135deg, #2c7fac, #2E2CAC);