Black
#041A2F
BlueColor Codes
All color formats for development
HEX
#041A2FRGB
rgb(4, 26, 47)HSL
hsl(209, 84%, 10%)OKLCH
oklch(0.213 0.05 249.4)CMYK
cmyk(91%, 45%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04182A
2#031526
3#031221
4#02101C
5#020D17
6#020A13
7#01080E
8#010509
9#000305
Tints
Lighter variations
1#083259
2#0B4983
3#0F61AE
4#1379D8
5#2C8FED
6#56A6F0
7#80BCF4
8#ABD2F8
9#D5E9FB
Tones
Muted variations
1#061A2D
2#081A2B
3#0B1A28
4#0D1A26
5#0F1A24
6#111A22
7#131A20
8#151A1E
9#171A1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEE #DEEEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DF #C2DFFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93C6 #93C6F6 | BordersInactive statesPlaceholder text |
| 400 | 5BA8 #5BA8F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C8F #2C8FED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1273 #1273CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E5C #0E5CA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A42 #0A4275 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072A #072A4B | Primary textHigh emphasis contentDark headings |
| 950 | 041A #041A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F8FE;
--black-100: #DEEEFC;
--black-200: #C2DFFA;
--black-300: #93C6F6;
--black-400: #5BA8F1;
--black-500: #2C8FED;
--black-600: #1273CE;
--black-700: #0E5CA4;
--black-800: #0A4275;
--black-900: #072A4B;
--black-950: #041A2F;
}