Black
#092A22
CyanColor Codes
All color formats for development
HEX
#092A22RGB
rgb(9, 42, 34)HSL
hsl(165, 65%, 10%)OKLCH
oklch(0.258 0.041 173.9)CMYK
cmyk(79%, 0%, 19%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08261E
2#07221B
3#061D18
4#051914
5#041511
6#04110E
7#030D0A
8#020807
9#010403
Tints
Lighter variations
1#115040
2#19765F
3#219C7D
4#29C29B
5#42D7B2
6#68DFC1
7#8DE7D1
8#B3EFE0
9#D9F7F0
Tones
Muted variations
1#0B2821
2#0C2720
3#0E251F
4#10231E
5#11221E
6#13201D
7#151E1C
8#161D1B
9#181B1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAD7 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0C3 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B995 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9376 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166954 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4336 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FCFA;
--black-100: #E2F9F3;
--black-200: #C8F3E9;
--black-300: #9EEAD7;
--black-400: #6CE0C3;
--black-500: #42D7B2;
--black-600: #27B995;
--black-700: #1F9376;
--black-800: #166954;
--black-900: #0E4336;
--black-950: #092A22;
}