Black
#091E2A
BlueColor Codes
All color formats for development
HEX
#091E2ARGB
rgb(9, 30, 42)HSL
hsl(202, 65%, 10%)OKLCH
oklch(0.224 0.036 236.4)CMYK
cmyk(79%, 29%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#081B26
2#071822
3#06151D
4#051219
5#040F15
6#040C11
7#03090D
8#020608
9#010304
Tints
Lighter variations
1#113950
2#195476
3#216F9C
4#298AC2
5#42A0D7
6#68B3DF
7#8DC6E7
8#B3D9EF
9#D9ECF7
Tones
Muted variations
1#0B1D28
2#0C1D27
3#0E1D25
4#101C23
5#111C22
6#131B20
7#151B1E
8#161A1D
9#181A1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F0 #E2F0F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E4 #C8E4F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ECF #9ECFEA | BordersInactive statesPlaceholder text |
| 400 | 6CB5 #6CB5E0 | Disabled statesSecondary iconsMuted text |
| 500 | 42A0 #42A0D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2784 #2784B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F69 #1F6993 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 164B #164B69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E30 #0E3043 | Primary textHigh emphasis contentDark headings |
| 950 | 091E #091E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F9FC;
--black-100: #E2F0F9;
--black-200: #C8E4F3;
--black-300: #9ECFEA;
--black-400: #6CB5E0;
--black-500: #42A0D7;
--black-600: #2784B9;
--black-700: #1F6993;
--black-800: #164B69;
--black-900: #0E3043;
--black-950: #091E2A;
}