Black
#0A1029
BlueColor Codes
All color formats for development
HEX
#0A1029RGB
rgb(10, 16, 41)HSL
hsl(228, 61%, 10%)OKLCH
oklch(0.184 0.052 270.5)CMYK
cmyk(76%, 61%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#090F25
2#080D21
3#070B1D
4#060A19
5#050815
6#040610
7#03050C
8#020308
9#010204
Tints
Lighter variations
1#131F4E
2#1C2D73
3#253C98
4#2E4ABD
5#4662D2
6#6B82DB
7#90A1E4
8#B5C0ED
9#DAE0F6
Tones
Muted variations
1#0C1127
2#0D1226
3#0F1324
4#101423
5#121521
6#131620
7#15171E
8#16181D
9#18191B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E7 #E2E7F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD2 #CAD2F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1AF #A1AFE8 | BordersInactive statesPlaceholder text |
| 400 | 6F85 #6F85DC | Disabled statesSecondary iconsMuted text |
| 500 | 4662 #4662D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C47 #2C47B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2339 #233990 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1928 #192867 | Text on light backgroundsHeadingsStrong borders |
| 900 | 101A #101A42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A10 #0A1029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F5FC;
--black-100: #E2E7F8;
--black-200: #CAD2F2;
--black-300: #A1AFE8;
--black-400: #6F85DC;
--black-500: #4662D2;
--black-600: #2C47B5;
--black-700: #233990;
--black-800: #192867;
--black-900: #101A42;
--black-950: #0A1029;
}