#227199
a dark, vivid blue · cool · closest name: steelblue
RGB
34, 113, 153
HSL
200°, 64%, 37%
CMYK
78, 26, 0, 40
Luminance
0.1445
Every format
| HEX | #227199 |
| RGB | rgb(34, 113, 153) |
| HSL | hsl(200, 64%, 37%) |
| CMYK | cmyk(78%, 26%, 0%, 40%) |
| LAB | lab(44.9 -9.4 -28.4) |
| LCH | lch(44.9 29.9 251.7) |
| OKLCH | oklch(0.520 0.097 235.6) |
Copy-ready code
/* CSS */
color: #227199;
background-color: #227199;
/* Tailwind (arbitrary) */
class="text-[#227199] bg-[#227199]"
/* SCSS */
$brand: #227199;
/* SwiftUI */
Color(red: 0.133, green: 0.443, blue: 0.600)
/* Android */
Color.parseColor("#227199")Accessibility — WCAG contrast
Aa
#227199 on white: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#227199 on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green44.3%
Blue60.0%
CMYK percentages
Cyan77.8%
Magenta26.1%
Yellow0.0%
Key (black)40.0%
Color previews
#227199 text on a black background
contrast 3.89:1
Card sample
#227199 text on a white background
contrast 5.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #227199;
Background color
Panel with #227199 background
background-color: #227199;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #227199;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 113, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 113, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #227199; background: linear-gradient(135deg, #227199, #222299);