#092521
a deep, vivid cyan · cool · closest name: black
RGB
9, 37, 33
HSL
171°, 61%, 9%
CMYK
76, 0, 11, 86
Luminance
0.0149
Every format
| HEX | #092521 |
| RGB | rgb(9, 37, 33) |
| HSL | hsl(171, 61%, 9%) |
| CMYK | cmyk(76%, 0%, 11%, 86%) |
| LAB | lab(12.6 -11.8 -0.5) |
| LCH | lch(12.6 11.8 182.3) |
| OKLCH | oklch(0.242 0.035 182.5) |
Copy-ready code
/* CSS */
color: #092521;
background-color: #092521;
/* Tailwind (arbitrary) */
class="text-[#092521] bg-[#092521]"
/* SCSS */
$brand: #092521;
/* SwiftUI */
Color(red: 0.035, green: 0.145, blue: 0.129)
/* Android */
Color.parseColor("#092521")Accessibility — WCAG contrast
Aa
#092521 on white: 16.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#092521 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green14.5%
Blue12.9%
CMYK percentages
Cyan75.7%
Magenta0.0%
Yellow10.8%
Key (black)85.5%
Color previews
#092521 text on a black background
contrast 1.30:1
Card sample
#092521 text on a white background
contrast 16.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #092521;
Background color
Panel with #092521 background
background-color: #092521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #092521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 37, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 37, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #092521; background: linear-gradient(135deg, #092521, #091625);