Black
#092A29
CyanColor Codes
All color formats for development
HEX
#092A29RGB
rgb(9, 42, 41)HSL
hsl(178, 65%, 10%)OKLCH
oklch(0.261 0.038 192.3)CMYK
cmyk(79%, 0%, 2%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#082625
2#072221
3#061D1D
4#051919
5#041514
6#041110
7#030D0C
8#020808
9#010404
Tints
Lighter variations
1#11504E
2#197673
3#219C98
4#29C2BC
5#42D7D2
6#68DFDB
7#8DE7E4
8#B3EFED
9#D9F7F6
Tones
Muted variations
1#0B2827
2#0C2726
3#0E2524
4#102323
5#112221
6#132020
7#151E1E
8#161D1D
9#181B1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAE8 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0DC | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B9B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F938F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166966 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4342 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FCFC;
--black-100: #E2F9F8;
--black-200: #C8F3F2;
--black-300: #9EEAE8;
--black-400: #6CE0DC;
--black-500: #42D7D2;
--black-600: #27B9B4;
--black-700: #1F938F;
--black-800: #166966;
--black-900: #0E4342;
--black-950: #092A29;
}