Black
#0B0231
BlueColor Codes
All color formats for development
HEX
#0B0231RGB
rgb(11, 2, 49)HSL
hsl(251, 92%, 10%)OKLCH
oklch(0.16 0.088 281.4)CMYK
cmyk(78%, 96%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A022C
2#090227
3#070122
4#06011D
5#050118
6#040114
7#03010F
8#02000A
9#010005
Tints
Lighter variations
1#14045D
2#1E0689
3#2708B5
4#3109E1
5#4923F6
6#6E4FF8
7#927BF9
8#B6A7FB
9#DBD3FD
Tones
Muted variations
1#0C042F
2#0E072C
3#0F092A
4#110B28
5#120E25
6#141023
7#151221
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 | E3DD #E3DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBBF #CBBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | A28E #A28EFA | BordersInactive statesPlaceholder text |
| 400 | 7254 #7254F8 | Disabled statesSecondary iconsMuted text |
| 500 | 4923 #4923F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F09 #2F09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2507 #2507AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B05 #1B057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1103 #11034E | Primary textHigh emphasis contentDark headings |
| 950 | 0B02 #0B0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F0FE;
--black-100: #E3DDFE;
--black-200: #CBBFFC;
--black-300: #A28EFA;
--black-400: #7254F8;
--black-500: #4923F6;
--black-600: #2F09D7;
--black-700: #2507AB;
--black-800: #1B057A;
--black-900: #11034E;
--black-950: #0B0231;
}