Black
#090C2A
BlueColor Codes
All color formats for development
HEX
#090C2ARGB
rgb(9, 12, 42)HSL
hsl(235, 65%, 10%)OKLCH
oklch(0.174 0.06 273.9)CMYK
cmyk(79%, 71%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#080B26
2#070922
3#06081D
4#050719
5#040615
6#040511
7#03040D
8#020208
9#010104
Tints
Lighter variations
1#111650
2#192176
3#212B9C
4#2936C2
5#424ED7
6#6871DF
7#8D95E7
8#B3B8EF
9#D9DCF7
Tones
Muted variations
1#0B0D28
2#0C0E27
3#0E1025
4#101123
5#111322
6#131420
7#15151E
8#16171D
9#18181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E3 #E2E3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8CC #C8CCF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EA5 #9EA5EA | BordersInactive statesPlaceholder text |
| 400 | 6C75 #6C75E0 | Disabled statesSecondary iconsMuted text |
| 500 | 424E #424ED7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2733 #2733B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F29 #1F2993 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 161D #161D69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E13 #0E1343 | Primary textHigh emphasis contentDark headings |
| 950 | 090C #090C2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F3FC;
--black-100: #E2E3F9;
--black-200: #C8CCF3;
--black-300: #9EA5EA;
--black-400: #6C75E0;
--black-500: #424ED7;
--black-600: #2733B9;
--black-700: #1F2993;
--black-800: #161D69;
--black-900: #0E1343;
--black-950: #090C2A;
}