Black
#06182D
BlueColor Codes
All color formats for development
HEX
#06182DRGB
rgb(6, 24, 45)HSL
hsl(212, 76%, 10%)OKLCH
oklch(0.207 0.049 253.5)CMYK
cmyk(87%, 47%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061628
2#051324
3#04111F
4#040F1B
5#030C16
6#020A12
7#02070D
8#010509
9#010204
Tints
Lighter variations
1#0C2E55
2#11447E
3#175AA6
4#1C6FCE
5#3586E3
6#5D9FE9
7#86B7EE
8#AECFF4
9#D7E7F9
Tones
Muted variations
1#08182B
2#0A1829
3#0C1927
4#0E1925
5#101923
6#121921
7#14191F
8#16191D
9#18191B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EC #E0ECFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5DC #C5DCF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98C1 #98C1F1 | BordersInactive statesPlaceholder text |
| 400 | 62A1 #62A1EA | Disabled statesSecondary iconsMuted text |
| 500 | 3586 #3586E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B6B #1B6BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1555 #15559D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F3D #0F3D70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A27 #0A2748 | Primary textHigh emphasis contentDark headings |
| 950 | 0618 #06182D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F7FD;
--black-100: #E0ECFB;
--black-200: #C5DCF7;
--black-300: #98C1F1;
--black-400: #62A1EA;
--black-500: #3586E3;
--black-600: #1B6BC5;
--black-700: #15559D;
--black-800: #0F3D70;
--black-900: #0A2748;
--black-950: #06182D;
}