Black
#080231
BlueColor Codes
All color formats for development
HEX
#080231RGB
rgb(8, 2, 49)HSL
hsl(248, 92%, 10%)OKLCH
oklch(0.157 0.089 277.4)CMYK
cmyk(84%, 96%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07022C
2#070227
3#060122
4#05011D
5#040118
6#030114
7#02010F
8#02000A
9#010005
Tints
Lighter variations
1#10045D
2#170689
3#1F08B5
4#2609E1
5#3F23F6
6#654FF8
7#8C7BF9
8#B2A7FB
9#D9D3FD
Tones
Muted variations
1#0A042F
2#0C072C
3#0D092A
4#0F0B28
5#110E25
6#131023
7#141221
8#16151E
9#18171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DD #E1DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7BF #C7BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D8E #9D8EFA | BordersInactive statesPlaceholder text |
| 400 | 6A54 #6A54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 3F23 #3F23F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2509 #2509D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D07 #1D07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1505 #15057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D03 #0D034E | Primary textHigh emphasis contentDark headings |
| 950 | 0802 #080231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F0FE;
--black-100: #E1DDFE;
--black-200: #C7BFFC;
--black-300: #9D8EFA;
--black-400: #6A54F8;
--black-500: #3F23F6;
--black-600: #2509D7;
--black-700: #1D07AB;
--black-800: #15057A;
--black-900: #0D034E;
--black-950: #080231;
}