Black
#08232B
CyanColor Codes
All color formats for development
HEX
#08232BRGB
rgb(8, 35, 43)HSL
hsl(194, 69%, 10%)OKLCH
oklch(0.24 0.036 220.8)CMYK
cmyk(81%, 19%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#071F27
2#061C22
3#06181E
4#05151A
5#041116
6#030E11
7#020A0D
8#020709
9#010304
Tints
Lighter variations
1#0F4252
2#166279
3#1D819F
4#24A0C6
5#3DB6DB
6#64C5E3
7#8BD3EA
8#B1E2F1
9#D8F0F8
Tones
Muted variations
1#0A2229
2#0B2128
3#0D2026
4#0F1F24
5#111E22
6#121D21
7#141C1F
8#161B1D
9#181A1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F4 #E1F4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EA #C7EAF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CDA #9CDAED | BordersInactive statesPlaceholder text |
| 400 | 68C7 #68C7E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DB6 #3DB6DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2399 #2399BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C7A #1C7A97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1457 #14576C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D38 #0D3845 | Primary textHigh emphasis contentDark headings |
| 950 | 0823 #08232B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FAFD;
--black-100: #E1F4F9;
--black-200: #C7EAF5;
--black-300: #9CDAED;
--black-400: #68C7E3;
--black-500: #3DB6DB;
--black-600: #2399BE;
--black-700: #1C7A97;
--black-800: #14576C;
--black-900: #0D3845;
--black-950: #08232B;
}