Black
#06202D
BlueColor Codes
All color formats for development
HEX
#06202DRGB
rgb(6, 32, 45)HSL
hsl(200, 76%, 10%)OKLCH
oklch(0.231 0.04 233.8)CMYK
cmyk(87%, 29%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061D28
2#051A24
3#04161F
4#04131B
5#031016
6#020D12
7#020A0D
8#010609
9#010304
Tints
Lighter variations
1#0C3D55
2#11597E
3#1776A6
4#1C93CE
5#35A9E3
6#5DBAE9
7#86CCEE
8#AEDDF4
9#D7EEF9
Tones
Muted variations
1#081F2B
2#0A1F29
3#0C1E27
4#0E1D25
5#101D23
6#121C21
7#141B1F
8#161B1D
9#181A1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F2 #E0F2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5E6 #C5E6F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98D3 #98D3F1 | BordersInactive statesPlaceholder text |
| 400 | 62BC #62BCEA | Disabled statesSecondary iconsMuted text |
| 500 | 35A9 #35A9E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B8D #1B8DC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1570 #15709D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F50 #0F5070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A33 #0A3348 | Primary textHigh emphasis contentDark headings |
| 950 | 0620 #06202D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F9FD;
--black-100: #E0F2FB;
--black-200: #C5E6F7;
--black-300: #98D3F1;
--black-400: #62BCEA;
--black-500: #35A9E3;
--black-600: #1B8DC5;
--black-700: #15709D;
--black-800: #0F5070;
--black-900: #0A3348;
--black-950: #06202D;
}