Black
#081E2B
BlueColor Codes
All color formats for development
HEX
#081E2BRGB
rgb(8, 30, 43)HSL
hsl(202, 69%, 10%)OKLCH
oklch(0.224 0.038 237.6)CMYK
cmyk(81%, 30%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#071B27
2#061822
3#06151E
4#05121A
5#040F16
6#030C11
7#02090D
8#020609
9#010304
Tints
Lighter variations
1#0F3952
2#165579
3#1D709F
4#248BC6
5#3DA1DB
6#64B4E3
7#8BC7EA
8#B1DAF1
9#D8ECF8
Tones
Muted variations
1#0A1E29
2#0B1D28
3#0D1D26
4#0F1C24
5#111C22
6#121B21
7#141B1F
8#161A1D
9#181A1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F0 #E1F0F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E4 #C7E4F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CCF #9CCFED | BordersInactive statesPlaceholder text |
| 400 | 68B6 #68B6E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DA1 #3DA1DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2385 #2385BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C6A #1C6A97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 144B #144B6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D30 #0D3045 | Primary textHigh emphasis contentDark headings |
| 950 | 081E #081E2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F9FD;
--black-100: #E1F0F9;
--black-200: #C7E4F5;
--black-300: #9CCFED;
--black-400: #68B6E3;
--black-500: #3DA1DB;
--black-600: #2385BE;
--black-700: #1C6A97;
--black-800: #144B6C;
--black-900: #0D3045;
--black-950: #081E2B;
}