Black
#041D2F
BlueColor Codes
All color formats for development
HEX
#041D2FRGB
rgb(4, 29, 47)HSL
hsl(205, 84%, 10%)OKLCH
oklch(0.222 0.047 243.2)CMYK
cmyk(91%, 38%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#041A2A
2#031726
3#031421
4#02111C
5#020F17
6#020C13
7#01090E
8#010609
9#000305
Tints
Lighter variations
1#083759
2#0B5183
3#0F6CAE
4#1386D8
5#2C9CED
6#56B0F0
7#80C4F4
8#ABD8F8
9#D5EBFB
Tones
Muted variations
1#061D2D
2#081C2B
3#0B1C28
4#0D1C26
5#0F1B24
6#111B22
7#131B20
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 | DEF0 #DEF0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E2 #C2E2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93CD #93CDF6 | BordersInactive statesPlaceholder text |
| 400 | 5BB2 #5BB2F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C9C #2C9CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1280 #1280CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E66 #0E66A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A49 #0A4975 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072F #072F4B | Primary textHigh emphasis contentDark headings |
| 950 | 041D #041D2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F8FE;
--black-100: #DEF0FC;
--black-200: #C2E2FA;
--black-300: #93CDF6;
--black-400: #5BB2F1;
--black-500: #2C9CED;
--black-600: #1280CE;
--black-700: #0E66A4;
--black-800: #0A4975;
--black-900: #072F4B;
--black-950: #041D2F;
}