#223630
a deep, soft cyan · cool · closest name: darkslategray
RGB
34, 54, 48
HSL
162°, 23%, 17%
CMYK
37, 0, 11, 79
Luminance
0.0319
Every format
| HEX | #223630 |
| RGB | rgb(34, 54, 48) |
| HSL | hsl(162, 23%, 17%) |
| CMYK | cmyk(37%, 0%, 11%, 79%) |
| LAB | lab(20.8 -9.7 1.2) |
| LCH | lch(20.8 9.7 172.9) |
| OKLCH | oklch(0.314 0.028 173.7) |
Copy-ready code
/* CSS */
color: #223630;
background-color: #223630;
/* Tailwind (arbitrary) */
class="text-[#223630] bg-[#223630]"
/* SCSS */
$brand: #223630;
/* SwiftUI */
Color(red: 0.133, green: 0.212, blue: 0.188)
/* Android */
Color.parseColor("#223630")Accessibility — WCAG contrast
Aa
#223630 on white: 12.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#223630 on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green21.2%
Blue18.8%
CMYK percentages
Cyan37.0%
Magenta0.0%
Yellow11.1%
Key (black)78.8%
Color previews
#223630 text on a black background
contrast 1.64:1
Card sample
#223630 text on a white background
contrast 12.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #223630;
Background color
Panel with #223630 background
background-color: #223630;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #223630;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 54, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 54, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #223630; background: linear-gradient(135deg, #223630, #222F36);