Black
#012632
BlueColor Codes
All color formats for development
HEX
#012632RGB
rgb(1, 38, 50)HSL
hsl(195, 96%, 10%)OKLCH
oklch(0.25 0.046 224.5)CMYK
cmyk(98%, 24%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#01222D
2#011E28
3#011A23
4#01171E
5#011319
6#000F14
7#000B0F
8#00080A
9#000405
Tints
Lighter variations
1#02485F
2#036A8C
3#048CB9
4#05AEE6
5#1EC3FA
6#4BCFFB
7#78DBFC
8#A5E7FD
9#D2F3FE
Tones
Muted variations
1#032530
2#06232D
3#08222B
4#0B2128
5#0D2026
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 | DCF6 #DCF6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEEE #BEEEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CE1 #8CE1FD | BordersInactive statesPlaceholder text |
| 400 | 50D1 #50D1FB | Disabled statesSecondary iconsMuted text |
| 500 | 1EC3 #1EC3FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04A6 #04A6DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0484 #0484AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 035E #035E7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 023C #023C50 | Primary textHigh emphasis contentDark headings |
| 950 | 0126 #012632 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FBFF;
--black-100: #DCF6FE;
--black-200: #BEEEFE;
--black-300: #8CE1FD;
--black-400: #50D1FB;
--black-500: #1EC3FA;
--black-600: #04A6DC;
--black-700: #0484AF;
--black-800: #035E7D;
--black-900: #023C50;
--black-950: #012632;
}