Black
#000533
BlueColor Codes
All color formats for development
HEX
#000533RGB
rgb(0, 5, 51)HSL
hsl(234, 100%, 10%)OKLCH
oklch(0.159 0.091 263.9)CMYK
cmyk(100%, 90%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00052E
2#000429
3#000424
4#00031F
5#00031A
6#000214
7#00020F
8#00010A
9#000105
Tints
Lighter variations
1#000A61
2#000E8F
3#0013BD
4#0017EB
5#1A30FF
6#475AFF
7#7583FF
8#A3ACFF
9#D1D6FF
Tones
Muted variations
1#030730
2#05092E
3#080B2B
4#0A0D29
5#0D0F26
6#0F1124
7#121321
8#14151F
9#17171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBDF #DBDFFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC3 #BDC3FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8A95 #8A95FF | BordersInactive statesPlaceholder text |
| 400 | 4D5E #4D5EFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A30 #1A30FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0016 #0016E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0012 #0012B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 000D #000D80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0008 #000852 | Primary textHigh emphasis contentDark headings |
| 950 | 0005 #000533 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F1FF;
--black-100: #DBDFFF;
--black-200: #BDC3FF;
--black-300: #8A95FF;
--black-400: #4D5EFF;
--black-500: #1A30FF;
--black-600: #0016E0;
--black-700: #0012B3;
--black-800: #000D80;
--black-900: #000852;
--black-950: #000533;
}