Black
#09202A
BlueColor Codes
All color formats for development
HEX
#09202ARGB
rgb(9, 32, 42)HSL
hsl(198, 65%, 10%)OKLCH
oklch(0.23 0.035 229.4)CMYK
cmyk(79%, 24%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#081D26
2#071A22
3#06161D
4#051319
5#041015
6#040D11
7#030A0D
8#020608
9#010304
Tints
Lighter variations
1#113D50
2#195A76
3#21779C
4#2994C2
5#42AAD7
6#68BBDF
7#8DCCE7
8#B3DDEF
9#D9EEF7
Tones
Muted variations
1#0B1F28
2#0C1F27
3#0E1E25
4#101D23
5#111D22
6#131C20
7#151B1E
8#161B1D
9#181A1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F2 #E2F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E6 #C8E6F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ED4 #9ED4EA | BordersInactive statesPlaceholder text |
| 400 | 6CBD #6CBDE0 | Disabled statesSecondary iconsMuted text |
| 500 | 42AA #42AAD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 278D #278DB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F70 #1F7093 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1650 #165069 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E33 #0E3343 | Primary textHigh emphasis contentDark headings |
| 950 | 0920 #09202A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F9FC;
--black-100: #E2F2F9;
--black-200: #C8E6F3;
--black-300: #9ED4EA;
--black-400: #6CBDE0;
--black-500: #42AAD7;
--black-600: #278DB9;
--black-700: #1F7093;
--black-800: #165069;
--black-900: #0E3343;
--black-950: #09202A;
}