#225b99
a dark, vivid blue · cool · closest name: steelblue
RGB
34, 91, 153
HSL
211°, 64%, 37%
CMYK
78, 41, 0, 40
Luminance
0.1012
Every format
| HEX | #225b99 |
| RGB | rgb(34, 91, 153) |
| HSL | hsl(211, 64%, 37%) |
| CMYK | cmyk(78%, 41%, 0%, 40%) |
| LAB | lab(38.1 4.2 -39.1) |
| LCH | lch(38.1 39.4 276.1) |
| OKLCH | oklch(0.467 0.117 253.2) |
Copy-ready code
/* CSS */
color: #225b99;
background-color: #225b99;
/* Tailwind (arbitrary) */
class="text-[#225b99] bg-[#225b99]"
/* SCSS */
$brand: #225b99;
/* SwiftUI */
Color(red: 0.133, green: 0.357, blue: 0.600)
/* Android */
Color.parseColor("#225b99")Accessibility — WCAG contrast
Aa
#225b99 on white: 6.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#225b99 on black: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green35.7%
Blue60.0%
CMYK percentages
Cyan77.8%
Magenta40.5%
Yellow0.0%
Key (black)40.0%
Color previews
#225b99 text on a black background
contrast 3.02:1
Card sample
#225b99 text on a white background
contrast 6.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #225b99;
Background color
Panel with #225b99 background
background-color: #225b99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #225b99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 91, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 91, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #225b99; background: linear-gradient(135deg, #225b99, #382299);