Black
#050231
BlueColor Codes
All color formats for development
HEX
#050231RGB
rgb(5, 2, 49)HSL
hsl(244, 92%, 10%)OKLCH
oklch(0.154 0.09 272.9)CMYK
cmyk(90%, 96%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05022C
2#040227
3#040122
4#03011D
5#030118
6#020114
7#02010F
8#01000A
9#010005
Tints
Lighter variations
1#0A045D
2#0E0689
3#1308B5
4#1809E1
5#3123F6
6#5A4FF8
7#837BF9
8#ADA7FB
9#D6D3FD
Tones
Muted variations
1#07042F
2#09072C
3#0B092A
4#0D0B28
5#0F0E25
6#111023
7#131221
8#15151E
9#17171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDD #DFDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3BF #C3BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 968E #968EFA | BordersInactive statesPlaceholder text |
| 400 | 5F54 #5F54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 3123 #3123F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1709 #1709D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1207 #1207AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D05 #0D057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0803 #08034E | Primary textHigh emphasis contentDark headings |
| 950 | 0502 #050231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F0FE;
--black-100: #DFDDFE;
--black-200: #C3BFFC;
--black-300: #968EFA;
--black-400: #5F54F8;
--black-500: #3123F6;
--black-600: #1709D7;
--black-700: #1207AB;
--black-800: #0D057A;
--black-900: #08034E;
--black-950: #050231;
}