Black
#06142D
BlueColor Codes
All color formats for development
HEX
#06142DRGB
rgb(6, 20, 45)HSL
hsl(218, 76%, 10%)OKLCH
oklch(0.195 0.054 260.4)CMYK
cmyk(87%, 56%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061228
2#051024
3#040E1F
4#040C1B
5#030A16
6#020812
7#02060D
8#010409
9#010204
Tints
Lighter variations
1#0C2755
2#11397E
3#174BA6
4#1C5ECE
5#3575E3
6#5D91E9
7#86ACEE
8#AEC8F4
9#D7E3F9
Tones
Muted variations
1#08152B
2#0A1529
3#0C1627
4#0E1625
5#101723
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 | E0EA #E0EAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5D7 #C5D7F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98B8 #98B8F1 | BordersInactive statesPlaceholder text |
| 400 | 6294 #6294EA | Disabled statesSecondary iconsMuted text |
| 500 | 3575 #3575E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B59 #1B59C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1547 #15479D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F33 #0F3370 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A21 #0A2148 | Primary textHigh emphasis contentDark headings |
| 950 | 0614 #06142D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F6FD;
--black-100: #E0EAFB;
--black-200: #C5D7F7;
--black-300: #98B8F1;
--black-400: #6294EA;
--black-500: #3575E3;
--black-600: #1B59C5;
--black-700: #15479D;
--black-800: #0F3370;
--black-900: #0A2148;
--black-950: #06142D;
}