Black
#090B2A
BlueColor Codes
All color formats for development
HEX
#090B2ARGB
rgb(9, 11, 42)HSL
hsl(236, 65%, 10%)OKLCH
oklch(0.171 0.062 274.9)CMYK
cmyk(79%, 74%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#080A26
2#070922
3#06081D
4#050719
5#040615
6#040411
7#03030D
8#020208
9#010104
Tints
Lighter variations
1#111550
2#191F76
3#21299C
4#2933C2
5#424CD7
6#686FDF
7#8D93E7
8#B3B7EF
9#D9DBF7
Tones
Muted variations
1#0B0D28
2#0C0E27
3#0E0F25
4#101123
5#111222
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 | C8CB #C8CBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EA3 #9EA3EA | BordersInactive statesPlaceholder text |
| 400 | 6C73 #6C73E0 | Disabled statesSecondary iconsMuted text |
| 500 | 424C #424CD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2731 #2731B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F27 #1F2793 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 161C #161C69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E12 #0E1243 | Primary textHigh emphasis contentDark headings |
| 950 | 090B #090B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F3FC;
--black-100: #E2E3F9;
--black-200: #C8CBF3;
--black-300: #9EA3EA;
--black-400: #6C73E0;
--black-500: #424CD7;
--black-600: #2731B9;
--black-700: #1F2793;
--black-800: #161C69;
--black-900: #0E1243;
--black-950: #090B2A;
}