Black
#09212A
BlueColor Codes
All color formats for development
HEX
#09212ARGB
rgb(9, 33, 42)HSL
hsl(196, 65%, 10%)OKLCH
oklch(0.234 0.034 225.8)CMYK
cmyk(79%, 21%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#081E26
2#071B22
3#06171D
4#051419
5#041115
6#040D11
7#030A0D
8#020708
9#010304
Tints
Lighter variations
1#113F50
2#195D76
3#217B9C
4#2999C2
5#42AFD7
6#68BFDF
7#8DCFE7
8#B3DFEF
9#D9EFF7
Tones
Muted variations
1#0B2028
2#0C2027
3#0E1F25
4#101E23
5#111D22
6#131D20
7#151C1E
8#161B1D
9#181A1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F3 #E2F3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E8 #C8E8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ED6 #9ED6EA | BordersInactive statesPlaceholder text |
| 400 | 6CC1 #6CC1E0 | Disabled statesSecondary iconsMuted text |
| 500 | 42AF #42AFD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2792 #2792B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F74 #1F7493 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1653 #165369 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E35 #0E3543 | Primary textHigh emphasis contentDark headings |
| 950 | 0921 #09212A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FAFC;
--black-100: #E2F3F9;
--black-200: #C8E8F3;
--black-300: #9ED6EA;
--black-400: #6CC1E0;
--black-500: #42AFD7;
--black-600: #2792B9;
--black-700: #1F7493;
--black-800: #165369;
--black-900: #0E3543;
--black-950: #09212A;
}