#226688
a dark, vivid blue · cool · closest name: steelblue
RGB
34, 102, 136
HSL
200°, 60%, 33%
CMYK
75, 25, 0, 47
Luminance
0.1162
Every format
| HEX | #226688 |
| RGB | rgb(34, 102, 136) |
| HSL | hsl(200, 60%, 33%) |
| CMYK | cmyk(75%, 25%, 0%, 47%) |
| LAB | lab(40.6 -9.1 -24.9) |
| LCH | lch(40.6 26.5 249.9) |
| OKLCH | oklch(0.484 0.086 234.6) |
Copy-ready code
/* CSS */
color: #226688;
background-color: #226688;
/* Tailwind (arbitrary) */
class="text-[#226688] bg-[#226688]"
/* SCSS */
$brand: #226688;
/* SwiftUI */
Color(red: 0.133, green: 0.400, blue: 0.533)
/* Android */
Color.parseColor("#226688")Accessibility — WCAG contrast
Aa
#226688 on white: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#226688 on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green40.0%
Blue53.3%
CMYK percentages
Cyan75.0%
Magenta25.0%
Yellow0.0%
Key (black)46.7%
Color previews
#226688 text on a black background
contrast 3.32:1
Card sample
#226688 text on a white background
contrast 6.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #226688;
Background color
Panel with #226688 background
background-color: #226688;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #226688;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 102, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 102, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #226688; background: linear-gradient(135deg, #226688, #222288);