Black
#041B2F
BlueColor Codes
All color formats for development
HEX
#041B2FRGB
rgb(4, 27, 47)HSL
hsl(208, 84%, 10%)OKLCH
oklch(0.216 0.049 247.5)CMYK
cmyk(91%, 43%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04182A
2#031626
3#031321
4#02101C
5#020D17
6#020B13
7#01080E
8#010509
9#000305
Tints
Lighter variations
1#083359
2#0B4B83
3#0F64AE
4#137CD8
5#2C93ED
6#56A8F0
7#80BEF4
8#ABD4F8
9#D5E9FB
Tones
Muted variations
1#061B2D
2#081B2B
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 | C2E0 #C2E0FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93C8 #93C8F6 | BordersInactive statesPlaceholder text |
| 400 | 5BAB #5BABF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C93 #2C93ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1276 #1276CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E5E #0E5EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A43 #0A4375 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072B #072B4B | Primary textHigh emphasis contentDark headings |
| 950 | 041B #041B2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F8FE;
--black-100: #DEEEFC;
--black-200: #C2E0FA;
--black-300: #93C8F6;
--black-400: #5BABF1;
--black-500: #2C93ED;
--black-600: #1276CE;
--black-700: #0E5EA4;
--black-800: #0A4375;
--black-900: #072B4B;
--black-950: #041B2F;
}