Black
#081B2B
BlueColor Codes
All color formats for development
HEX
#081B2BRGB
rgb(8, 27, 43)HSL
hsl(207, 69%, 10%)OKLCH
oklch(0.215 0.04 246.4)CMYK
cmyk(81%, 37%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#071927
2#061622
3#06131E
4#05101A
5#040E16
6#030B11
7#02080D
8#020509
9#010304
Tints
Lighter variations
1#0F3452
2#164C79
3#1D659F
4#247DC6
5#3D94DB
6#64AAE3
7#8BBFEA
8#B1D4F1
9#D8EAF8
Tones
Muted variations
1#0A1B29
2#0B1B28
3#0D1B26
4#0F1B24
5#111A22
6#121A21
7#141A1F
8#161A1D
9#181A1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EE #E1EEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E0 #C7E0F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CC8 #9CC8ED | BordersInactive statesPlaceholder text |
| 400 | 68AC #68ACE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D94 #3D94DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2378 #2378BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C5F #1C5F97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1444 #14446C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2C #0D2C45 | Primary textHigh emphasis contentDark headings |
| 950 | 081B #081B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F8FD;
--black-100: #E1EEF9;
--black-200: #C7E0F5;
--black-300: #9CC8ED;
--black-400: #68ACE3;
--black-500: #3D94DB;
--black-600: #2378BE;
--black-700: #1C5F97;
--black-800: #14446C;
--black-900: #0D2C45;
--black-950: #081B2B;
}