Black
#04202F
BlueColor Codes
All color formats for development
HEX
#04202FRGB
rgb(4, 32, 47)HSL
hsl(201, 84%, 10%)OKLCH
oklch(0.231 0.044 236)CMYK
cmyk(91%, 32%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#041D2A
2#031A26
3#031621
4#02131C
5#021017
6#020D13
7#010A0E
8#010609
9#000305
Tints
Lighter variations
1#083D59
2#0B5983
3#0F76AE
4#1393D8
5#2CA9ED
6#56BAF0
7#80CCF4
8#ABDDF8
9#D5EEFB
Tones
Muted variations
1#061F2D
2#081F2B
3#0B1E28
4#0D1D26
5#0F1D24
6#111C22
7#131B20
8#151B1E
9#171A1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF2 #DEF2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E6 #C2E6FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93D3 #93D3F6 | BordersInactive statesPlaceholder text |
| 400 | 5BBC #5BBCF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CA9 #2CA9ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 128C #128CCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E70 #0E70A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A50 #0A5075 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0733 #07334B | Primary textHigh emphasis contentDark headings |
| 950 | 0420 #04202F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F9FE;
--black-100: #DEF2FC;
--black-200: #C2E6FA;
--black-300: #93D3F6;
--black-400: #5BBCF1;
--black-500: #2CA9ED;
--black-600: #128CCE;
--black-700: #0E70A4;
--black-800: #0A5075;
--black-900: #07334B;
--black-950: #04202F;
}