Black
#08252B
CyanColor Codes
All color formats for development
HEX
#08252BRGB
rgb(8, 37, 43)HSL
hsl(190, 69%, 10%)OKLCH
oklch(0.246 0.036 213.9)CMYK
cmyk(81%, 14%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#072227
2#061E22
3#061A1E
4#05161A
5#041316
6#030F11
7#020B0D
8#020709
9#010404
Tints
Lighter variations
1#0F4752
2#166879
3#1D8A9F
4#24ABC6
5#3DC1DB
6#64CDE3
7#8BDAEA
8#B1E6F1
9#D8F3F8
Tones
Muted variations
1#0A2429
2#0B2328
3#0D2226
4#0F2124
5#111F22
6#121E21
7#141D1F
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 | E1F5 #E1F5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7ED #C7EDF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CDF #9CDFED | BordersInactive statesPlaceholder text |
| 400 | 68CF #68CFE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DC1 #3DC1DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23A4 #23A4BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C82 #1C8297 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 145D #145D6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3C #0D3C45 | Primary textHigh emphasis contentDark headings |
| 950 | 0825 #08252B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FBFD;
--black-100: #E1F5F9;
--black-200: #C7EDF5;
--black-300: #9CDFED;
--black-400: #68CFE3;
--black-500: #3DC1DB;
--black-600: #23A4BE;
--black-700: #1C8297;
--black-800: #145D6C;
--black-900: #0D3C45;
--black-950: #08252B;
}