Black
#06152D
BlueColor Codes
All color formats for development
HEX
#06152DRGB
rgb(6, 21, 45)HSL
hsl(217, 76%, 10%)OKLCH
oklch(0.198 0.053 258.8)CMYK
cmyk(87%, 53%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061328
2#051124
3#040F1F
4#040D1B
5#030A16
6#020812
7#02060D
8#010409
9#010204
Tints
Lighter variations
1#0C2855
2#113B7E
3#174EA6
4#1C60CE
5#3578E3
6#5D93E9
7#86AEEE
8#AEC9F4
9#D7E4F9
Tones
Muted variations
1#08152B
2#0A1629
3#0C1627
4#0E1725
5#101723
6#121821
7#14181F
8#16191D
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 | C5D8 #C5D8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98BA #98BAF1 | BordersInactive statesPlaceholder text |
| 400 | 6296 #6296EA | Disabled statesSecondary iconsMuted text |
| 500 | 3578 #3578E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B5C #1B5CC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1549 #15499D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F34 #0F3470 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A22 #0A2248 | Primary textHigh emphasis contentDark headings |
| 950 | 0615 #06152D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F6FD;
--black-100: #E0EAFB;
--black-200: #C5D8F7;
--black-300: #98BAF1;
--black-400: #6296EA;
--black-500: #3578E3;
--black-600: #1B5CC5;
--black-700: #15499D;
--black-800: #0F3470;
--black-900: #0A2248;
--black-950: #06152D;
}