Black
#092A27
CyanColor Codes
All color formats for development
HEX
#092A27RGB
rgb(9, 42, 39)HSL
hsl(175, 65%, 10%)OKLCH
oklch(0.26 0.038 186.6)CMYK
cmyk(79%, 0%, 7%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#082623
2#07221F
3#061D1C
4#051918
5#041514
6#041110
7#030D0C
8#020808
9#010404
Tints
Lighter variations
1#11504B
2#19766E
3#219C91
4#29C2B5
5#42D7CA
6#68DFD5
7#8DE7DF
8#B3EFEA
9#D9F7F4
Tones
Muted variations
1#0B2826
2#0C2725
3#0E2523
4#102322
5#112220
6#13201F
7#151E1E
8#161D1C
9#181B1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAE4 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0D6 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B9AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F938A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166962 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E433F | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FCFB;
--black-100: #E2F9F7;
--black-200: #C8F3F0;
--black-300: #9EEAE4;
--black-400: #6CE0D6;
--black-500: #42D7CA;
--black-600: #27B9AD;
--black-700: #1F938A;
--black-800: #166962;
--black-900: #0E433F;
--black-950: #092A27;
}