#2b72ac
a dark, vivid blue · cool · closest name: steelblue
RGB
43, 114, 172
HSL
207°, 60%, 42%
CMYK
75, 34, 0, 33
Luminance
0.1553
Every format
| HEX | #2b72ac |
| RGB | rgb(43, 114, 172) |
| HSL | hsl(207, 60%, 42%) |
| CMYK | cmyk(75%, 34%, 0%, 33%) |
| LAB | lab(46.4 -1.8 -37.2) |
| LCH | lch(46.4 37.3 267.2) |
| OKLCH | oklch(0.536 0.115 246.9) |
Copy-ready code
/* CSS */
color: #2b72ac;
background-color: #2b72ac;
/* Tailwind (arbitrary) */
class="text-[#2b72ac] bg-[#2b72ac]"
/* SCSS */
$brand: #2b72ac;
/* SwiftUI */
Color(red: 0.169, green: 0.447, blue: 0.675)
/* Android */
Color.parseColor("#2b72ac")Accessibility — WCAG contrast
Aa
#2b72ac on white: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2b72ac on black: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green44.7%
Blue67.5%
CMYK percentages
Cyan75.0%
Magenta33.7%
Yellow0.0%
Key (black)32.5%
Color previews
#2b72ac text on a black background
contrast 4.11:1
Card sample
#2b72ac text on a white background
contrast 5.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2b72ac;
Background color
Panel with #2b72ac background
background-color: #2b72ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2b72ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 114, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 114, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2b72ac; background: linear-gradient(135deg, #2b72ac, #3A2BAC);