Black
#050F2E
BlueColor Codes
All color formats for development
HEX
#050F2ERGB
rgb(5, 15, 46)HSL
hsl(225, 80%, 10%)OKLCH
oklch(0.182 0.064 265.5)CMYK
cmyk(89%, 67%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#050E29
2#040C25
3#040B20
4#03091C
5#030817
6#020612
7#02050E
8#010309
9#010205
Tints
Lighter variations
1#0A1D57
2#0E2B81
3#1339AA
4#1746D3
5#305EE8
6#5A7EED
7#839FF1
8#ACBFF6
9#D6DFFA
Tones
Muted variations
1#07102C
2#09112A
3#0B1228
4#0D1326
5#0F1424
6#111522
7#131620
8#15171E
9#17181C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE6 #DFE6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D1 #C3D1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95AD #95ADF3 | BordersInactive statesPlaceholder text |
| 400 | 5E82 #5E82ED | Disabled statesSecondary iconsMuted text |
| 500 | 305E #305EE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1643 #1643CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1236 #1236A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D26 #0D2673 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0818 #081849 | Primary textHigh emphasis contentDark headings |
| 950 | 050F #050F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F4FD;
--black-100: #DFE6FB;
--black-200: #C3D1F8;
--black-300: #95ADF3;
--black-400: #5E82ED;
--black-500: #305EE8;
--black-600: #1643CA;
--black-700: #1236A1;
--black-800: #0D2673;
--black-900: #081849;
--black-950: #050F2E;
}