Black
#09102A
BlueColor Codes
All color formats for development
HEX
#09102ARGB
rgb(9, 16, 42)HSL
hsl(227, 65%, 10%)OKLCH
oklch(0.184 0.054 269.2)CMYK
cmyk(79%, 62%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#080E26
2#070D22
3#060B1D
4#050A19
5#040815
6#040611
7#03050D
8#020308
9#010204
Tints
Lighter variations
1#111F50
2#192D76
3#213C9C
4#294AC2
5#4262D7
6#6881DF
7#8DA1E7
8#B3C0EF
9#D9E0F7
Tones
Muted variations
1#0B1128
2#0C1227
3#0E1325
4#101423
5#111522
6#131620
7#15171E
8#16181D
9#18191B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E7 #E2E7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8D2 #C8D2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EAF #9EAFEA | BordersInactive statesPlaceholder text |
| 400 | 6C85 #6C85E0 | Disabled statesSecondary iconsMuted text |
| 500 | 4262 #4262D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2747 #2747B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F38 #1F3893 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1628 #162869 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E1A #0E1A43 | Primary textHigh emphasis contentDark headings |
| 950 | 0910 #09102A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F5FC;
--black-100: #E2E7F9;
--black-200: #C8D2F3;
--black-300: #9EAFEA;
--black-400: #6C85E0;
--black-500: #4262D7;
--black-600: #2747B9;
--black-700: #1F3893;
--black-800: #162869;
--black-900: #0E1A43;
--black-950: #09102A;
}