Black
#09192A
BlueColor Codes
All color formats for development
HEX
#09192ARGB
rgb(9, 25, 42)HSL
hsl(211, 65%, 10%)OKLCH
oklch(0.209 0.04 251.5)CMYK
cmyk(79%, 40%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#081626
2#071422
3#06111D
4#050F19
5#040C15
6#040A11
7#03070D
8#020508
9#010204
Tints
Lighter variations
1#112F50
2#194676
3#215C9C
4#2973C2
5#428AD7
6#68A1DF
7#8DB9E7
8#B3D0EF
9#D9E8F7
Tones
Muted variations
1#0B1928
2#0C1927
3#0E1925
4#101923
5#111922
6#131920
7#15191E
8#16191D
9#18191B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2ED #E2EDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8DD #C8DDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EC3 #9EC3EA | BordersInactive statesPlaceholder text |
| 400 | 6CA4 #6CA4E0 | Disabled statesSecondary iconsMuted text |
| 500 | 428A #428AD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 276E #276EB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F57 #1F5793 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 163E #163E69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E28 #0E2843 | Primary textHigh emphasis contentDark headings |
| 950 | 0919 #09192A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F7FC;
--black-100: #E2EDF9;
--black-200: #C8DDF3;
--black-300: #9EC3EA;
--black-400: #6CA4E0;
--black-500: #428AD7;
--black-600: #276EB9;
--black-700: #1F5793;
--black-800: #163E69;
--black-900: #0E2843;
--black-950: #09192A;
}