Black
#0C0231
BlueColor Codes
All color formats for development
HEX
#0C0231RGB
rgb(12, 2, 49)HSL
hsl(253, 92%, 10%)OKLCH
oklch(0.162 0.088 282.7)CMYK
cmyk(76%, 96%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B022C
2#0A0227
3#090122
4#07011D
5#060118
6#050114
7#04010F
8#02000A
9#010005
Tints
Lighter variations
1#17045D
2#220689
3#2D08B5
4#3809E1
5#5023F6
6#734FF8
7#967BF9
8#B9A7FB
9#DCD3FD
Tones
Muted variations
1#0E042F
2#0F072C
3#10092A
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 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DD #E4DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDBF #CDBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | A68E #A68EFA | BordersInactive statesPlaceholder text |
| 400 | 7754 #7754F8 | Disabled statesSecondary iconsMuted text |
| 500 | 5023 #5023F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3609 #3609D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B07 #2B07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F05 #1F057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1403 #14034E | Primary textHigh emphasis contentDark headings |
| 950 | 0C02 #0C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F0FE;
--black-100: #E4DDFE;
--black-200: #CDBFFC;
--black-300: #A68EFA;
--black-400: #7754F8;
--black-500: #5023F6;
--black-600: #3609D7;
--black-700: #2B07AB;
--black-800: #1F057A;
--black-900: #14034E;
--black-950: #0C0231;
}