Black
#090D2A
BlueColor Codes
All color formats for development
HEX
#090D2ARGB
rgb(9, 13, 42)HSL
hsl(233, 65%, 10%)OKLCH
oklch(0.176 0.059 272.9)CMYK
cmyk(79%, 69%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#080C26
2#070A22
3#06091D
4#050819
5#040615
6#040511
7#03040D
8#020308
9#010104
Tints
Lighter variations
1#111850
2#192476
3#212F9C
4#293BC2
5#4253D7
6#6875DF
7#8D98E7
8#B3BAEF
9#D9DDF7
Tones
Muted variations
1#0B0E28
2#0C0F27
3#0E1125
4#101223
5#111322
6#131420
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 | E2E4 #E2E4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8CD #C8CDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EA7 #9EA7EA | BordersInactive statesPlaceholder text |
| 400 | 6C79 #6C79E0 | Disabled statesSecondary iconsMuted text |
| 500 | 4253 #4253D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2738 #2738B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F2D #1F2D93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1620 #162069 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E14 #0E1443 | Primary textHigh emphasis contentDark headings |
| 950 | 090D #090D2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F4FC;
--black-100: #E2E4F9;
--black-200: #C8CDF3;
--black-300: #9EA7EA;
--black-400: #6C79E0;
--black-500: #4253D7;
--black-600: #2738B9;
--black-700: #1F2D93;
--black-800: #162069;
--black-900: #0E1443;
--black-950: #090D2A;
}