Black
#08242B
CyanColor Codes
All color formats for development
HEX
#08242BRGB
rgb(8, 36, 43)HSL
hsl(192, 69%, 10%)OKLCH
oklch(0.243 0.036 217.3)CMYK
cmyk(81%, 16%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#072027
2#061D22
3#06191E
4#05161A
5#041216
6#030E11
7#020B0D
8#020709
9#010404
Tints
Lighter variations
1#0F4552
2#166579
3#1D859F
4#24A6C6
5#3DBCDB
6#64C9E3
7#8BD7EA
8#B1E4F1
9#D8F2F8
Tones
Muted variations
1#0A2329
2#0B2228
3#0D2126
4#0F2024
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 | C7EC #C7ECF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CDD #9CDDED | BordersInactive statesPlaceholder text |
| 400 | 68CB #68CBE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DBC #3DBCDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 239F #239FBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C7E #1C7E97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 145A #145A6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3A #0D3A45 | Primary textHigh emphasis contentDark headings |
| 950 | 0824 #08242B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FBFD;
--black-100: #E1F5F9;
--black-200: #C7ECF5;
--black-300: #9CDDED;
--black-400: #68CBE3;
--black-500: #3DBCDB;
--black-600: #239FBE;
--black-700: #1C7E97;
--black-800: #145A6C;
--black-900: #0D3A45;
--black-950: #08242B;
}