Black
#08142B
BlueColor Codes
All color formats for development
HEX
#08142BRGB
rgb(8, 20, 43)HSL
hsl(219, 69%, 10%)OKLCH
oklch(0.195 0.05 261.9)CMYK
cmyk(81%, 53%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#071227
2#061022
3#060E1E
4#050C1A
5#040A16
6#030811
7#02060D
8#020409
9#010204
Tints
Lighter variations
1#0F2652
2#163979
3#1D4B9F
4#245DC6
5#3D74DB
6#6490E3
7#8BACEA
8#B1C8F1
9#D8E3F8
Tones
Muted variations
1#0A1529
2#0B1528
3#0D1626
4#0F1624
5#111722
6#121721
7#14181F
8#16181D
9#18191B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E9 #E1E9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D7 #C7D7F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CB8 #9CB8ED | BordersInactive statesPlaceholder text |
| 400 | 6893 #6893E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D74 #3D74DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2359 #2359BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C47 #1C4797 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1433 #14336C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D20 #0D2045 | Primary textHigh emphasis contentDark headings |
| 950 | 0814 #08142B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F6FD;
--black-100: #E1E9F9;
--black-200: #C7D7F5;
--black-300: #9CB8ED;
--black-400: #6893E3;
--black-500: #3D74DB;
--black-600: #2359BE;
--black-700: #1C4797;
--black-800: #14336C;
--black-900: #0D2045;
--black-950: #08142B;
}