Black
#011232
BlueColor Codes
All color formats for development
HEX
#011232RGB
rgb(1, 18, 50)HSL
hsl(219, 96%, 10%)OKLCH
oklch(0.191 0.069 258.9)CMYK
cmyk(98%, 64%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#01102D
2#010F28
3#010D23
4#010B1E
5#010919
6#000714
7#00050F
8#00040A
9#000205
Tints
Lighter variations
1#02225F
2#03338C
3#0443B9
4#0554E6
5#1E6BFA
6#4B89FB
7#78A6FC
8#A5C4FD
9#D2E1FE
Tones
Muted variations
1#031330
2#06142D
3#08142B
4#0B1528
5#0D1626
6#101723
7#121721
8#15181E
9#17191C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE8 #DCE8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED4 #BED4FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CB3 #8CB3FD | BordersInactive statesPlaceholder text |
| 400 | 508C #508CFB | Disabled statesSecondary iconsMuted text |
| 500 | 1E6B #1E6BFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0450 #0450DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0440 #0440AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 032D #032D7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 021D #021D50 | Primary textHigh emphasis contentDark headings |
| 950 | 0112 #011232 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F5FF;
--black-100: #DCE8FE;
--black-200: #BED4FE;
--black-300: #8CB3FD;
--black-400: #508CFB;
--black-500: #1E6BFA;
--black-600: #0450DC;
--black-700: #0440AF;
--black-800: #032D7D;
--black-900: #021D50;
--black-950: #011232;
}