Black
#08292B
CyanColor Codes
All color formats for development
HEX
#08292BRGB
rgb(8, 41, 43)HSL
hsl(183, 69%, 10%)OKLCH
oklch(0.259 0.037 200.9)CMYK
cmyk(81%, 5%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#072527
2#062122
3#061D1E
4#05191A
5#041516
6#031111
7#020C0D
8#020809
9#010404
Tints
Lighter variations
1#0F4F52
2#167479
3#1D999F
4#24BEC6
5#3DD4DB
6#64DCE3
7#8BE5EA
8#B1EEF1
9#D8F6F8
Tones
Muted variations
1#0A2829
2#0B2628
3#0D2526
4#0F2324
5#112122
6#122021
7#141E1F
8#161D1D
9#181B1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F8 #E1F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F2 #C7F2F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE9 #9CE9ED | BordersInactive statesPlaceholder text |
| 400 | 68DD #68DDE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DD4 #3DD4DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23B6 #23B6BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C91 #1C9197 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1467 #14676C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D42 #0D4245 | Primary textHigh emphasis contentDark headings |
| 950 | 0829 #08292B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FCFD;
--black-100: #E1F8F9;
--black-200: #C7F2F5;
--black-300: #9CE9ED;
--black-400: #68DDE3;
--black-500: #3DD4DB;
--black-600: #23B6BE;
--black-700: #1C9197;
--black-800: #14676C;
--black-900: #0D4245;
--black-950: #08292B;
}