Black
#011F32
BlueColor Codes
All color formats for development
HEX
#011F32RGB
rgb(1, 31, 50)HSL
hsl(203, 96%, 10%)OKLCH
oklch(0.229 0.051 240.5)CMYK
cmyk(98%, 38%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#011C2D
2#011928
3#011623
4#01131E
5#011019
6#000C14
7#00090F
8#00060A
9#000305
Tints
Lighter variations
1#023B5F
2#03578C
3#0473B9
4#0590E6
5#1EA6FA
6#4BB8FB
7#78CAFC
8#A5DBFD
9#D2EDFE
Tones
Muted variations
1#031F30
2#061E2D
3#081D2B
4#0B1D28
5#0D1C26
6#101C23
7#121B21
8#151B1E
9#171A1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF1 #DCF1FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE5 #BEE5FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CD1 #8CD1FD | BordersInactive statesPlaceholder text |
| 400 | 50BA #50BAFB | Disabled statesSecondary iconsMuted text |
| 500 | 1EA6 #1EA6FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0489 #0489DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 046D #046DAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 034E #034E7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0232 #023250 | Primary textHigh emphasis contentDark headings |
| 950 | 011F #011F32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F9FF;
--black-100: #DCF1FE;
--black-200: #BEE5FE;
--black-300: #8CD1FD;
--black-400: #50BAFB;
--black-500: #1EA6FA;
--black-600: #0489DC;
--black-700: #046DAF;
--black-800: #034E7D;
--black-900: #023250;
--black-950: #011F32;
}