Black
#000633
BlueColor Codes
All color formats for development
HEX
#000633RGB
rgb(0, 6, 51)HSL
hsl(233, 100%, 10%)OKLCH
oklch(0.162 0.089 263.7)CMYK
cmyk(100%, 88%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00052E
2#000529
3#000424
4#00041F
5#00031A
6#000214
7#00020F
8#00010A
9#000105
Tints
Lighter variations
1#000B61
2#00118F
3#0016BD
4#001BEB
5#1A34FF
6#475DFF
7#7585FF
8#A3AEFF
9#D1D6FF
Tones
Muted variations
1#030830
2#050A2E
3#080C2B
4#0A0E29
5#0D1026
6#0F1224
7#121421
8#14161F
9#17181C
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 | BDC4 #BDC4FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8A97 #8A97FF | BordersInactive statesPlaceholder text |
| 400 | 4D61 #4D61FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A34 #1A34FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 001A #001AE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0015 #0015B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 000F #000F80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 000A #000A52 | Primary textHigh emphasis contentDark headings |
| 950 | 0006 #000633 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F1FF;
--black-100: #DBDFFF;
--black-200: #BDC4FF;
--black-300: #8A97FF;
--black-400: #4D61FF;
--black-500: #1A34FF;
--black-600: #001AE0;
--black-700: #0015B3;
--black-800: #000F80;
--black-900: #000A52;
--black-950: #000633;
}