Black
#09282A
CyanColor Codes
All color formats for development
HEX
#09282ARGB
rgb(9, 40, 42)HSL
hsl(184, 65%, 10%)OKLCH
oklch(0.255 0.036 201.2)CMYK
cmyk(79%, 5%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#082426
2#072022
3#061C1D
4#051819
5#041415
6#041011
7#030C0D
8#020808
9#010404
Tints
Lighter variations
1#114C50
2#197076
3#21949C
4#29B7C2
5#42CDD7
6#68D7DF
7#8DE1E7
8#B3EBEF
9#D9F5F7
Tones
Muted variations
1#0B2628
2#0C2527
3#0E2425
4#102223
5#112122
6#131F20
7#151E1E
8#161C1D
9#181B1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F7 #E2F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F1 #C8F1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE5 #9EE5EA | BordersInactive statesPlaceholder text |
| 400 | 6CD8 #6CD8E0 | Disabled statesSecondary iconsMuted text |
| 500 | 42CD #42CDD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27AF #27AFB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F8C #1F8C93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1664 #166469 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E40 #0E4043 | Primary textHigh emphasis contentDark headings |
| 950 | 0928 #09282A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FCFC;
--black-100: #E2F7F9;
--black-200: #C8F1F3;
--black-300: #9EE5EA;
--black-400: #6CD8E0;
--black-500: #42CDD7;
--black-600: #27AFB9;
--black-700: #1F8C93;
--black-800: #166469;
--black-900: #0E4043;
--black-950: #09282A;
}