#225454
a deep, soft cyan · cool · closest name: darkslategray
RGB
34, 84, 84
HSL
180°, 42%, 23%
CMYK
60, 0, 0, 67
Luminance
0.0732
Every format
| HEX | #225454 |
| RGB | rgb(34, 84, 84) |
| HSL | hsl(180, 42%, 23%) |
| CMYK | cmyk(60%, 0%, 0%, 67%) |
| LAB | lab(32.5 -16.6 -5.1) |
| LCH | lch(32.5 17.4 197.0) |
| OKLCH | oklch(0.412 0.053 195.3) |
Copy-ready code
/* CSS */
color: #225454;
background-color: #225454;
/* Tailwind (arbitrary) */
class="text-[#225454] bg-[#225454]"
/* SCSS */
$brand: #225454;
/* SwiftUI */
Color(red: 0.133, green: 0.329, blue: 0.329)
/* Android */
Color.parseColor("#225454")Accessibility — WCAG contrast
Aa
#225454 on white: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#225454 on black: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green32.9%
Blue32.9%
CMYK percentages
Cyan59.5%
Magenta0.0%
Yellow0.0%
Key (black)67.1%
Color previews
#225454 text on a black background
contrast 2.46:1
Card sample
#225454 text on a white background
contrast 8.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #225454;
Background color
Panel with #225454 background
background-color: #225454;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #225454;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 84, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 84, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #225454; background: linear-gradient(135deg, #225454, #223354);