Black
#0A0F29
BlueColor Codes
All color formats for development
HEX
#0A0F29RGB
rgb(10, 15, 41)HSL
hsl(230, 61%, 10%)OKLCH
oklch(0.181 0.053 271.9)CMYK
cmyk(76%, 63%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#090E25
2#080C21
3#070B1D
4#060919
5#050815
6#040610
7#03050C
8#020308
9#010204
Tints
Lighter variations
1#131D4E
2#1C2A73
3#253898
4#2E46BD
5#465ED2
6#6B7EDB
7#909EE4
8#B5BEED
9#DADFF6
Tones
Muted variations
1#0C1027
2#0D1126
3#0F1224
4#101323
5#121421
6#131520
7#15161E
8#16171D
9#18181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E6 #E2E6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD0 #CAD0F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1AC #A1ACE8 | BordersInactive statesPlaceholder text |
| 400 | 6F81 #6F81DC | Disabled statesSecondary iconsMuted text |
| 500 | 465E #465ED2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C43 #2C43B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2335 #233590 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1926 #192667 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1018 #101842 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0F #0A0F29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F4FC;
--black-100: #E2E6F8;
--black-200: #CAD0F2;
--black-300: #A1ACE8;
--black-400: #6F81DC;
--black-500: #465ED2;
--black-600: #2C43B5;
--black-700: #233590;
--black-800: #192667;
--black-900: #101842;
--black-950: #0A0F29;
}