Black
#091F2A
BlueColor Codes
All color formats for development
HEX
#091F2ARGB
rgb(9, 31, 42)HSL
hsl(200, 65%, 10%)OKLCH
oklch(0.227 0.035 233)CMYK
cmyk(79%, 26%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#081C26
2#071922
3#06161D
4#051319
5#041015
6#040C11
7#03090D
8#020608
9#010304
Tints
Lighter variations
1#113B50
2#195776
3#21739C
4#298FC2
5#42A5D7
6#68B7DF
7#8DC9E7
8#B3DBEF
9#D9EDF7
Tones
Muted variations
1#0B1E28
2#0C1E27
3#0E1D25
4#101D23
5#111C22
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 | E2F1 #E2F1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E5 #C8E5F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ED1 #9ED1EA | BordersInactive statesPlaceholder text |
| 400 | 6CB9 #6CB9E0 | Disabled statesSecondary iconsMuted text |
| 500 | 42A5 #42A5D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2789 #2789B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F6D #1F6D93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 164E #164E69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E32 #0E3243 | Primary textHigh emphasis contentDark headings |
| 950 | 091F #091F2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F9FC;
--black-100: #E2F1F9;
--black-200: #C8E5F3;
--black-300: #9ED1EA;
--black-400: #6CB9E0;
--black-500: #42A5D7;
--black-600: #2789B9;
--black-700: #1F6D93;
--black-800: #164E69;
--black-900: #0E3243;
--black-950: #091F2A;
}