Black
#0A0E29
BlueColor Codes
All color formats for development
HEX
#0A0E29RGB
rgb(10, 14, 41)HSL
hsl(232, 61%, 10%)OKLCH
oklch(0.179 0.055 273.2)CMYK
cmyk(76%, 66%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#090D25
2#080B21
3#070A1D
4#060819
5#050715
6#040610
7#03040C
8#020308
9#010104
Tints
Lighter variations
1#131B4E
2#1C2773
3#253498
4#2E41BD
5#4659D2
6#6B7ADB
7#909BE4
8#B5BDED
9#DADEF6
Tones
Muted variations
1#0C0F27
2#0D1026
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 | E2E5 #E2E5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACF #CACFF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1AA #A1AAE8 | BordersInactive statesPlaceholder text |
| 400 | 6F7E #6F7EDC | Disabled statesSecondary iconsMuted text |
| 500 | 4659 #4659D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C3E #2C3EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2331 #233190 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1923 #192367 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1017 #101742 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0E #0A0E29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F4FC;
--black-100: #E2E5F8;
--black-200: #CACFF2;
--black-300: #A1AAE8;
--black-400: #6F7EDC;
--black-500: #4659D2;
--black-600: #2C3EB5;
--black-700: #233190;
--black-800: #192367;
--black-900: #101742;
--black-950: #0A0E29;
}