Black
#08272B
CyanColor Codes
All color formats for development
HEX
#08272BRGB
rgb(8, 39, 43)HSL
hsl(187, 69%, 10%)OKLCH
oklch(0.252 0.036 207.2)CMYK
cmyk(81%, 9%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#072327
2#061F22
3#061B1E
4#05171A
5#041316
6#031011
7#020C0D
8#020809
9#010404
Tints
Lighter variations
1#0F4A52
2#166D79
3#1D909F
4#24B3C6
5#3DC9DB
6#64D4E3
7#8BDFEA
8#B1E9F1
9#D8F4F8
Tones
Muted variations
1#0A2629
2#0B2428
3#0D2326
4#0F2224
5#112022
6#121F21
7#141E1F
8#161C1D
9#181B1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F7 #E1F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EF #C7EFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE3 #9CE3ED | BordersInactive statesPlaceholder text |
| 400 | 68D5 #68D5E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DC9 #3DC9DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23AC #23ACBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C88 #1C8897 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1461 #14616C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3E #0D3E45 | Primary textHigh emphasis contentDark headings |
| 950 | 0827 #08272B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FBFD;
--black-100: #E1F7F9;
--black-200: #C7EFF5;
--black-300: #9CE3ED;
--black-400: #68D5E3;
--black-500: #3DC9DB;
--black-600: #23ACBE;
--black-700: #1C8897;
--black-800: #14616C;
--black-900: #0D3E45;
--black-950: #08272B;
}