#227799
a dark, vivid cyan · cool · closest name: steelblue
RGB
34, 119, 153
HSL
197°, 64%, 37%
CMYK
78, 22, 0, 40
Luminance
0.1583
Every format
| HEX | #227799 |
| RGB | rgb(34, 119, 153) |
| HSL | hsl(197, 64%, 37%) |
| CMYK | cmyk(78%, 22%, 0%, 40%) |
| LAB | lab(46.8 -12.8 -25.5) |
| LCH | lch(46.8 28.5 243.2) |
| OKLCH | oklch(0.535 0.094 229.6) |
Copy-ready code
/* CSS */
color: #227799;
background-color: #227799;
/* Tailwind (arbitrary) */
class="text-[#227799] bg-[#227799]"
/* SCSS */
$brand: #227799;
/* SwiftUI */
Color(red: 0.133, green: 0.467, blue: 0.600)
/* Android */
Color.parseColor("#227799")Accessibility — WCAG contrast
Aa
#227799 on white: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#227799 on black: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green46.7%
Blue60.0%
CMYK percentages
Cyan77.8%
Magenta22.2%
Yellow0.0%
Key (black)40.0%
Color previews
#227799 text on a black background
contrast 4.17:1
Card sample
#227799 text on a white background
contrast 5.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #227799;
Background color
Panel with #227799 background
background-color: #227799;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #227799;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 119, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 119, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #227799; background: linear-gradient(135deg, #227799, #222899);