Black
#06192D
BlueColor Codes
All color formats for development
HEX
#06192DRGB
rgb(6, 25, 45)HSL
hsl(211, 76%, 10%)OKLCH
oklch(0.21 0.047 251.5)CMYK
cmyk(87%, 44%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061628
2#051424
3#04111F
4#040F1B
5#030C16
6#020A12
7#02070D
8#010509
9#010204
Tints
Lighter variations
1#0C2F55
2#11467E
3#175CA6
4#1C72CE
5#3589E3
6#5DA1E9
7#86B8EE
8#AED0F4
9#D7E7F9
Tones
Muted variations
1#08192B
2#0A1929
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 | E0ED #E0EDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5DD #C5DDF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98C3 #98C3F1 | BordersInactive statesPlaceholder text |
| 400 | 62A3 #62A3EA | Disabled statesSecondary iconsMuted text |
| 500 | 3589 #3589E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B6D #1B6DC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1557 #15579D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F3E #0F3E70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A28 #0A2848 | Primary textHigh emphasis contentDark headings |
| 950 | 0619 #06192D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F7FD;
--black-100: #E0EDFB;
--black-200: #C5DDF7;
--black-300: #98C3F1;
--black-400: #62A3EA;
--black-500: #3589E3;
--black-600: #1B6DC5;
--black-700: #15579D;
--black-800: #0F3E70;
--black-900: #0A2848;
--black-950: #06192D;
}