Black
#090A2A
BlueColor Codes
All color formats for development
HEX
#090A2ARGB
rgb(9, 10, 42)HSL
hsl(238, 65%, 10%)OKLCH
oklch(0.169 0.064 275.8)CMYK
cmyk(79%, 76%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#080926
2#070822
3#06071D
4#050619
5#040515
6#040411
7#03030D
8#020208
9#010104
Tints
Lighter variations
1#111350
2#191C76
3#21259C
4#292EC2
5#4247D7
6#686CDF
7#8D90E7
8#B3B5EF
9#D9DAF7
Tones
Muted variations
1#0B0C28
2#0C0D27
3#0E0F25
4#101023
5#111222
6#131320
7#15151E
8#16161D
9#18181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E2 #E2E2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8CA #C8CAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EA1 #9EA1EA | BordersInactive statesPlaceholder text |
| 400 | 6C70 #6C70E0 | Disabled statesSecondary iconsMuted text |
| 500 | 4247 #4247D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 272C #272CB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F23 #1F2393 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1619 #161969 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E10 #0E1043 | Primary textHigh emphasis contentDark headings |
| 950 | 090A #090A2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F3FC;
--black-100: #E2E2F9;
--black-200: #C8CAF3;
--black-300: #9EA1EA;
--black-400: #6C70E0;
--black-500: #4247D7;
--black-600: #272CB9;
--black-700: #1F2393;
--black-800: #161969;
--black-900: #0E1043;
--black-950: #090A2A;
}