#2277aa
a dark, vivid blue · cool · closest name: steelblue
RGB
34, 119, 170
HSL
203°, 67%, 40%
CMYK
80, 30, 0, 33
Luminance
0.1644
Every format
| HEX | #2277aa |
| RGB | rgb(34, 119, 170) |
| HSL | hsl(203, 67%, 40%) |
| CMYK | cmyk(80%, 30%, 0%, 33%) |
| LAB | lab(47.5 -6.7 -34.2) |
| LCH | lch(47.5 34.8 259.0) |
| OKLCH | oklch(0.544 0.111 240.4) |
Copy-ready code
/* CSS */
color: #2277aa;
background-color: #2277aa;
/* Tailwind (arbitrary) */
class="text-[#2277aa] bg-[#2277aa]"
/* SCSS */
$brand: #2277aa;
/* SwiftUI */
Color(red: 0.133, green: 0.467, blue: 0.667)
/* Android */
Color.parseColor("#2277aa")Accessibility — WCAG contrast
Aa
#2277aa on white: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2277aa on black: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green46.7%
Blue66.7%
CMYK percentages
Cyan80.0%
Magenta30.0%
Yellow0.0%
Key (black)33.3%
Color previews
#2277aa text on a black background
contrast 4.29:1
Card sample
#2277aa text on a white background
contrast 4.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2277aa;
Background color
Panel with #2277aa background
background-color: #2277aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2277aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 119, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 119, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2277aa; background: linear-gradient(135deg, #2277aa, #2822AA);