Black
#090E2A
BlueColor Codes
All color formats for development
HEX
#090E2ARGB
rgb(9, 14, 42)HSL
hsl(231, 65%, 10%)OKLCH
oklch(0.179 0.057 271.7)CMYK
cmyk(79%, 67%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#080D26
2#070B22
3#060A1D
4#050819
5#040715
6#040611
7#03040D
8#020308
9#010104
Tints
Lighter variations
1#111A50
2#192776
3#21339C
4#2940C2
5#4258D7
6#6879DF
7#8D9BE7
8#B3BCEF
9#D9DEF7
Tones
Muted variations
1#0B0F28
2#0C1027
3#0E1125
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 | E2E5 #E2E5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8CF #C8CFF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EAA #9EAAEA | BordersInactive statesPlaceholder text |
| 400 | 6C7D #6C7DE0 | Disabled statesSecondary iconsMuted text |
| 500 | 4258 #4258D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 273D #273DB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F31 #1F3193 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1623 #162369 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E16 #0E1643 | Primary textHigh emphasis contentDark headings |
| 950 | 090E #090E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F4FC;
--black-100: #E2E5F9;
--black-200: #C8CFF3;
--black-300: #9EAAEA;
--black-400: #6C7DE0;
--black-500: #4258D7;
--black-600: #273DB9;
--black-700: #1F3193;
--black-800: #162369;
--black-900: #0E1643;
--black-950: #090E2A;
}