Black
#050E2E
BlueColor Codes
All color formats for development
HEX
#050E2ERGB
rgb(5, 14, 46)HSL
hsl(227, 80%, 10%)OKLCH
oklch(0.18 0.066 266.4)CMYK
cmyk(89%, 70%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#050D29
2#040B25
3#040A20
4#03081C
5#030717
6#020612
7#02040E
8#010309
9#010105
Tints
Lighter variations
1#0A1A57
2#0E2781
3#1334AA
4#1740D3
5#3058E8
6#5A7AED
7#839BF1
8#ACBCF6
9#D6DEFA
Tones
Muted variations
1#070F2C
2#09102A
3#0B1128
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 | DFE5 #DFE5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CF #C3CFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95AA #95AAF3 | BordersInactive statesPlaceholder text |
| 400 | 5E7D #5E7DED | Disabled statesSecondary iconsMuted text |
| 500 | 3058 #3058E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 163D #163DCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1231 #1231A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D23 #0D2373 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0816 #081649 | Primary textHigh emphasis contentDark headings |
| 950 | 050E #050E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F4FD;
--black-100: #DFE5FB;
--black-200: #C3CFF8;
--black-300: #95AAF3;
--black-400: #5E7DED;
--black-500: #3058E8;
--black-600: #163DCA;
--black-700: #1231A1;
--black-800: #0D2373;
--black-900: #081649;
--black-950: #050E2E;
}