Black
#090F2A
BlueColor Codes
All color formats for development
HEX
#090F2ARGB
rgb(9, 15, 42)HSL
hsl(229, 65%, 10%)OKLCH
oklch(0.181 0.055 270.5)CMYK
cmyk(79%, 64%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#080E26
2#070C22
3#060B1D
4#050919
5#040815
6#040611
7#03050D
8#020308
9#010204
Tints
Lighter variations
1#111D50
2#192A76
3#21389C
4#2945C2
5#425DD7
6#687DDF
7#8D9EE7
8#B3BEEF
9#D9DFF7
Tones
Muted variations
1#0B1028
2#0C1127
3#0E1225
4#101323
5#111422
6#131520
7#15161E
8#16171D
9#18181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E6 #E2E6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8D0 #C8D0F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EAC #9EACEA | BordersInactive statesPlaceholder text |
| 400 | 6C81 #6C81E0 | Disabled statesSecondary iconsMuted text |
| 500 | 425D #425DD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2742 #2742B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F35 #1F3593 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1626 #162669 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E18 #0E1843 | Primary textHigh emphasis contentDark headings |
| 950 | 090F #090F2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F4FC;
--black-100: #E2E6F9;
--black-200: #C8D0F3;
--black-300: #9EACEA;
--black-400: #6C81E0;
--black-500: #425DD7;
--black-600: #2742B9;
--black-700: #1F3593;
--black-800: #162669;
--black-900: #0E1843;
--black-950: #090F2A;
}