Black
#08262B
CyanColor Codes
All color formats for development
HEX
#08262BRGB
rgb(8, 38, 43)HSL
hsl(189, 69%, 10%)OKLCH
oklch(0.249 0.036 210.5)CMYK
cmyk(81%, 12%, 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#05171A
5#041316
6#030F11
7#020B0D
8#020809
9#010404
Tints
Lighter variations
1#0F4852
2#166A79
3#1D8C9F
4#24AEC6
5#3DC4DB
6#64D0E3
7#8BDBEA
8#B1E7F1
9#D8F3F8
Tones
Muted variations
1#0A2529
2#0B2328
3#0D2226
4#0F2124
5#112022
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 | E1F6 #E1F6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EE #C7EEF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE1 #9CE1ED | BordersInactive statesPlaceholder text |
| 400 | 68D1 #68D1E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DC4 #3DC4DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23A6 #23A6BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C84 #1C8497 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 145F #145F6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3D #0D3D45 | Primary textHigh emphasis contentDark headings |
| 950 | 0826 #08262B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FBFD;
--black-100: #E1F6F9;
--black-200: #C7EEF5;
--black-300: #9CE1ED;
--black-400: #68D1E3;
--black-500: #3DC4DB;
--black-600: #23A6BE;
--black-700: #1C8497;
--black-800: #145F6C;
--black-900: #0D3D45;
--black-950: #08262B;
}