Black
#092A24
CyanColor Codes
All color formats for development
HEX
#092A24RGB
rgb(9, 42, 36)HSL
hsl(169, 65%, 10%)OKLCH
oklch(0.259 0.04 178.7)CMYK
cmyk(79%, 0%, 14%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#082620
2#07221D
3#061D19
4#051916
5#041512
6#04110E
7#030D0B
8#020807
9#010404
Tints
Lighter variations
1#115044
2#197665
3#219C85
4#29C2A6
5#42D7BB
6#68DFC9
7#8DE7D6
8#B3EFE4
9#D9F7F1
Tones
Muted variations
1#0B2823
2#0C2722
3#0E2521
4#102320
5#11221F
6#13201E
7#151E1D
8#161D1C
9#181B1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEADC | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0CA | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B99E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F937E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16695A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E433A | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FCFA;
--black-100: #E2F9F4;
--black-200: #C8F3EB;
--black-300: #9EEADC;
--black-400: #6CE0CA;
--black-500: #42D7BB;
--black-600: #27B99E;
--black-700: #1F937E;
--black-800: #16695A;
--black-900: #0E433A;
--black-950: #092A24;
}