Black
#090231
BlueColor Codes
All color formats for development
HEX
#090231RGB
rgb(9, 2, 49)HSL
hsl(249, 92%, 10%)OKLCH
oklch(0.158 0.089 278.7)CMYK
cmyk(82%, 96%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08022C
2#070227
3#060122
4#05011D
5#050118
6#040114
7#03010F
8#02000A
9#010005
Tints
Lighter variations
1#11045D
2#190689
3#2208B5
4#2A09E1
5#4223F6
6#684FF8
7#8E7BF9
8#B4A7FB
9#D9D3FD
Tones
Muted variations
1#0B042F
2#0C072C
3#0E092A
4#100B28
5#110E25
6#131023
7#151221
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 | E2DD #E2DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9BF #C9BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F8E #9F8EFA | BordersInactive statesPlaceholder text |
| 400 | 6C54 #6C54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 4223 #4223F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2809 #2809D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2007 #2007AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1705 #17057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F03 #0F034E | Primary textHigh emphasis contentDark headings |
| 950 | 0902 #090231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F0FE;
--black-100: #E2DDFE;
--black-200: #C9BFFC;
--black-300: #9F8EFA;
--black-400: #6C54F8;
--black-500: #4223F6;
--black-600: #2809D7;
--black-700: #2007AB;
--black-800: #17057A;
--black-900: #0F034E;
--black-950: #090231;
}