Black
#0E0F25
BlueColor Codes
All color formats for development
HEX
#0E0F25RGB
rgb(14, 15, 37)HSL
hsl(237, 45%, 10%)OKLCH
oklch(0.181 0.044 279)CMYK
cmyk(62%, 59%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D0E21
2#0B0C1E
3#0A0B1A
4#080916
5#070812
6#06060F
7#04050B
8#030307
9#010204
Tints
Lighter variations
1#1B1D46
2#272A68
3#343889
4#4146AA
5#595EC0
6#7A7ECD
7#9B9ED9
8#BCBFE6
9#DEDFF2
Tones
Muted variations
1#0F1024
2#101123
3#111222
4#131320
5#14141F
6#15151E
7#16161D
8#17171C
9#18181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E6 #E5E6F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD0 #CFD0ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAAD #AAADDF | BordersInactive statesPlaceholder text |
| 400 | 7E82 #7E82CE | Disabled statesSecondary iconsMuted text |
| 500 | 595E #595EC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E43 #3E43A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3135 #313581 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2326 #23265C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1618 #16183B | Primary textHigh emphasis contentDark headings |
| 950 | 0E0F #0E0F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F4FB;
--black-100: #E5E6F5;
--black-200: #CFD0ED;
--black-300: #AAADDF;
--black-400: #7E82CE;
--black-500: #595EC0;
--black-600: #3E43A3;
--black-700: #313581;
--black-800: #23265C;
--black-900: #16183B;
--black-950: #0E0F25;
}