#207fa2
a dark, vivid cyan · cool · closest name: steelblue
RGB
32, 127, 162
HSL
196°, 67%, 38%
CMYK
80, 22, 0, 37
Luminance
0.1809
Every format
| HEX | #207fa2 |
| RGB | rgb(32, 127, 162) |
| HSL | hsl(196, 67%, 38%) |
| CMYK | cmyk(80%, 22%, 0%, 37%) |
| LAB | lab(49.6 -14.4 -26.3) |
| LCH | lch(49.6 30.0 241.3) |
| OKLCH | oklch(0.559 0.099 228.1) |
Copy-ready code
/* CSS */
color: #207fa2;
background-color: #207fa2;
/* Tailwind (arbitrary) */
class="text-[#207fa2] bg-[#207fa2]"
/* SCSS */
$brand: #207fa2;
/* SwiftUI */
Color(red: 0.125, green: 0.498, blue: 0.635)
/* Android */
Color.parseColor("#207fa2")Accessibility — WCAG contrast
Aa
#207fa2 on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#207fa2 on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green49.8%
Blue63.5%
CMYK percentages
Cyan80.2%
Magenta21.6%
Yellow0.0%
Key (black)36.5%
Color previews
#207fa2 text on a black background
contrast 4.62:1
Card sample
#207fa2 text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #207fa2;
Background color
Panel with #207fa2 background
background-color: #207fa2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #207fa2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 127, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 127, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #207fa2; background: linear-gradient(135deg, #207fa2, #2028A2);