#2282aa
a dark, vivid cyan · cool · closest name: steelblue
RGB
34, 130, 170
HSL
198°, 67%, 40%
CMYK
80, 24, 0, 33
Luminance
0.1921
Every format
| HEX | #2282aa |
| RGB | rgb(34, 130, 170) |
| HSL | hsl(198, 67%, 40%) |
| CMYK | cmyk(80%, 24%, 0%, 33%) |
| LAB | lab(50.9 -13.0 -28.9) |
| LCH | lch(50.9 31.7 245.8) |
| OKLCH | oklch(0.571 0.104 231.2) |
Copy-ready code
/* CSS */
color: #2282aa;
background-color: #2282aa;
/* Tailwind (arbitrary) */
class="text-[#2282aa] bg-[#2282aa]"
/* SCSS */
$brand: #2282aa;
/* SwiftUI */
Color(red: 0.133, green: 0.510, blue: 0.667)
/* Android */
Color.parseColor("#2282aa")Accessibility — WCAG contrast
Aa
#2282aa on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2282aa on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green51.0%
Blue66.7%
CMYK percentages
Cyan80.0%
Magenta23.5%
Yellow0.0%
Key (black)33.3%
Color previews
#2282aa text on a black background
contrast 4.84:1
Card sample
#2282aa text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2282aa;
Background color
Panel with #2282aa background
background-color: #2282aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2282aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 130, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 130, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2282aa; background: linear-gradient(135deg, #2282aa, #2227AA);