Black
#022431
BlueColor Codes
All color formats for development
HEX
#022431RGB
rgb(2, 36, 49)HSL
hsl(197, 92%, 10%)OKLCH
oklch(0.244 0.045 228.1)CMYK
cmyk(96%, 27%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02202C
2#021D27
3#011922
4#01151D
5#011218
6#010E14
7#010B0F
8#00070A
9#000405
Tints
Lighter variations
1#04445D
2#066489
3#0884B5
4#09A4E1
5#23BAF6
6#4FC8F8
7#7BD6F9
8#A7E3FB
9#D3F1FD
Tones
Muted variations
1#04232F
2#07222C
3#09212A
4#0B2028
5#0E1F25
6#101E23
7#121D21
8#151C1E
9#171B1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF4 #DDF4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFEB #BFEBFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EDC #8EDCFA | BordersInactive statesPlaceholder text |
| 400 | 54C9 #54C9F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23BA #23BAF6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 099D #099DD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 077D #077DAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0559 #05597A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0339 #03394E | Primary textHigh emphasis contentDark headings |
| 950 | 0224 #022431 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FAFE;
--black-100: #DDF4FE;
--black-200: #BFEBFC;
--black-300: #8EDCFA;
--black-400: #54C9F8;
--black-500: #23BAF6;
--black-600: #099DD7;
--black-700: #077DAB;
--black-800: #05597A;
--black-900: #03394E;
--black-950: #022431;
}