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