Black
#0D0231
BlueColor Codes
All color formats for development
HEX
#0D0231RGB
rgb(13, 2, 49)HSL
hsl(254, 92%, 10%)OKLCH
oklch(0.163 0.088 284.1)CMYK
cmyk(73%, 96%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C022C
2#0A0227
3#090122
4#08011D
5#060118
6#050114
7#04010F
8#03000A
9#010005
Tints
Lighter variations
1#19045D
2#240689
3#3008B5
4#3C09E1
5#5423F6
6#764FF8
7#987BF9
8#BBA7FB
9#DDD3FD
Tones
Muted variations
1#0E042F
2#0F072C
3#11092A
4#120B28
5#130E25
6#141023
7#161221
8#17151E
9#18171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DD #E4DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEBF #CEBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | A88E #A88EFA | BordersInactive statesPlaceholder text |
| 400 | 7A54 #7A54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 5423 #5423F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3909 #3909D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D07 #2D07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2005 #20057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1503 #15034E | Primary textHigh emphasis contentDark headings |
| 950 | 0D02 #0D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F0FE;
--black-100: #E4DDFE;
--black-200: #CEBFFC;
--black-300: #A88EFA;
--black-400: #7A54F8;
--black-500: #5423F6;
--black-600: #3909D7;
--black-700: #2D07AB;
--black-800: #20057A;
--black-900: #15034E;
--black-950: #0D0231;
}