Black
#012432
BlueColor Codes
All color formats for development
HEX
#012432RGB
rgb(1, 36, 50)HSL
hsl(197, 96%, 10%)OKLCH
oklch(0.244 0.047 229.4)CMYK
cmyk(98%, 28%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#01202D
2#011D28
3#011923
4#01161E
5#011219
6#000E14
7#000B0F
8#00070A
9#000405
Tints
Lighter variations
1#02455F
2#03658C
3#0486B9
4#05A6E6
5#1EBCFA
6#4BC9FB
7#78D7FC
8#A5E4FD
9#D2F2FE
Tones
Muted variations
1#032330
2#06222D
3#08212B
4#0B2028
5#0D1F26
6#101E23
7#121D21
8#151C1E
9#171B1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF5 #DCF5FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEEC #BEECFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CDD #8CDDFD | BordersInactive statesPlaceholder text |
| 400 | 50CB #50CBFB | Disabled statesSecondary iconsMuted text |
| 500 | 1EBC #1EBCFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 049F #049FDC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 047E #047EAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 035A #035A7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 023A #023A50 | Primary textHigh emphasis contentDark headings |
| 950 | 0124 #012432 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FBFF;
--black-100: #DCF5FE;
--black-200: #BEECFE;
--black-300: #8CDDFD;
--black-400: #50CBFB;
--black-500: #1EBCFA;
--black-600: #049FDC;
--black-700: #047EAF;
--black-800: #035A7D;
--black-900: #023A50;
--black-950: #012432;
}