#225599
a dark, vivid blue · cool · closest name: steelblue
RGB
34, 85, 153
HSL
214°, 64%, 37%
CMYK
78, 44, 0, 40
Luminance
0.0914
Every format
| HEX | #225599 |
| RGB | rgb(34, 85, 153) |
| HSL | hsl(214, 64%, 37%) |
| CMYK | cmyk(78%, 44%, 0%, 40%) |
| LAB | lab(36.2 8.1 -42.0) |
| LCH | lch(36.2 42.8 280.9) |
| OKLCH | oklch(0.453 0.124 256.8) |
Copy-ready code
/* CSS */
color: #225599;
background-color: #225599;
/* Tailwind (arbitrary) */
class="text-[#225599] bg-[#225599]"
/* SCSS */
$brand: #225599;
/* SwiftUI */
Color(red: 0.133, green: 0.333, blue: 0.600)
/* Android */
Color.parseColor("#225599")Accessibility — WCAG contrast
Aa
#225599 on white: 7.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#225599 on black: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green33.3%
Blue60.0%
CMYK percentages
Cyan77.8%
Magenta44.4%
Yellow0.0%
Key (black)40.0%
Color previews
#225599 text on a black background
contrast 2.83:1
Card sample
#225599 text on a white background
contrast 7.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #225599;
Background color
Panel with #225599 background
background-color: #225599;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #225599;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 85, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 85, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #225599; background: linear-gradient(135deg, #225599, #3E2299);