Black
#081C2B
BlueColor Codes
All color formats for development
HEX
#081C2BRGB
rgb(8, 28, 43)HSL
hsl(206, 69%, 10%)OKLCH
oklch(0.218 0.039 243.6)CMYK
cmyk(81%, 35%, 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#05111A
5#040E16
6#030B11
7#02080D
8#020609
9#010304
Tints
Lighter variations
1#0F3552
2#164E79
3#1D679F
4#2480C6
5#3D97DB
6#64ACE3
7#8BC0EA
8#B1D5F1
9#D8EAF8
Tones
Muted variations
1#0A1C29
2#0B1B28
3#0D1B26
4#0F1B24
5#111B22
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 | E1EF #E1EFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E1 #C7E1F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CCA #9CCAED | BordersInactive statesPlaceholder text |
| 400 | 68AE #68AEE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D97 #3D97DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 237B #237BBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C61 #1C6197 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1446 #14466C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2D #0D2D45 | Primary textHigh emphasis contentDark headings |
| 950 | 081C #081C2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F8FD;
--black-100: #E1EFF9;
--black-200: #C7E1F5;
--black-300: #9CCAED;
--black-400: #68AEE3;
--black-500: #3D97DB;
--black-600: #237BBE;
--black-700: #1C6197;
--black-800: #14466C;
--black-900: #0D2D45;
--black-950: #081C2B;
}