Black
#091C2A
BlueColor Codes
All color formats for development
HEX
#091C2ARGB
rgb(9, 28, 42)HSL
hsl(205, 65%, 10%)OKLCH
oklch(0.218 0.037 242.9)CMYK
cmyk(79%, 33%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#081926
2#071722
3#06141D
4#051119
5#040E15
6#040B11
7#03080D
8#020608
9#010304
Tints
Lighter variations
1#113650
2#194F76
3#21699C
4#2982C2
5#4299D7
6#68ADDF
7#8DC2E7
8#B3D6EF
9#D9EBF7
Tones
Muted variations
1#0B1C28
2#0C1C27
3#0E1B25
4#101B23
5#111B22
6#131B20
7#151A1E
8#161A1D
9#181A1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EF #E2EFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E1 #C8E1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ECB #9ECBEA | BordersInactive statesPlaceholder text |
| 400 | 6CAF #6CAFE0 | Disabled statesSecondary iconsMuted text |
| 500 | 4299 #4299D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 277C #277CB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F63 #1F6393 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1647 #164769 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E2D #0E2D43 | Primary textHigh emphasis contentDark headings |
| 950 | 091C #091C2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F8FC;
--black-100: #E2EFF9;
--black-200: #C8E1F3;
--black-300: #9ECBEA;
--black-400: #6CAFE0;
--black-500: #4299D7;
--black-600: #277CB9;
--black-700: #1F6393;
--black-800: #164769;
--black-900: #0E2D43;
--black-950: #091C2A;
}