#225566
a dark, vivid cyan · cool · closest name: darkslategray
RGB
34, 85, 102
HSL
195°, 50%, 27%
CMYK
67, 17, 0, 60
Luminance
0.0780
Every format
| HEX | #225566 |
| RGB | rgb(34, 85, 102) |
| HSL | hsl(195, 50%, 27%) |
| CMYK | cmyk(67%, 17%, 0%, 60%) |
| LAB | lab(33.5 -11.2 -14.9) |
| LCH | lch(33.5 18.6 233.1) |
| OKLCH | oklch(0.423 0.061 223.1) |
Copy-ready code
/* CSS */
color: #225566;
background-color: #225566;
/* Tailwind (arbitrary) */
class="text-[#225566] bg-[#225566]"
/* SCSS */
$brand: #225566;
/* SwiftUI */
Color(red: 0.133, green: 0.333, blue: 0.400)
/* Android */
Color.parseColor("#225566")Accessibility — WCAG contrast
Aa
#225566 on white: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#225566 on black: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green33.3%
Blue40.0%
CMYK percentages
Cyan66.7%
Magenta16.7%
Yellow0.0%
Key (black)60.0%
Color previews
#225566 text on a black background
contrast 2.56:1
Card sample
#225566 text on a white background
contrast 8.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #225566;
Background color
Panel with #225566 background
background-color: #225566;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #225566;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 85, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 85, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #225566; background: linear-gradient(135deg, #225566, #222866);