Black
#092A2A
CyanColor Codes
All color formats for development
HEX
#092A2ARGB
rgb(9, 42, 42)HSL
hsl(180, 65%, 10%)OKLCH
oklch(0.262 0.037 195.1)CMYK
cmyk(79%, 0%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#082626
2#072222
3#061D1D
4#051919
5#041515
6#041111
7#030D0D
8#020808
9#010404
Tints
Lighter variations
1#115050
2#197676
3#219C9C
4#29C2C2
5#42D7D7
6#68DFDF
7#8DE7E7
8#B3EFEF
9#D9F7F7
Tones
Muted variations
1#0B2828
2#0C2727
3#0E2525
4#102323
5#112222
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 #E2F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAEA | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0E0 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B9B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9393 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166969 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4343 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FCFC;
--black-100: #E2F9F9;
--black-200: #C8F3F3;
--black-300: #9EEAEA;
--black-400: #6CE0E0;
--black-500: #42D7D7;
--black-600: #27B9B9;
--black-700: #1F9393;
--black-800: #166969;
--black-900: #0E4343;
--black-950: #092A2A;
}