Black
#001833
BlueColor Codes
All color formats for development
HEX
#001833RGB
rgb(0, 24, 51)HSL
hsl(212, 100%, 10%)OKLCH
oklch(0.208 0.062 252)CMYK
cmyk(100%, 53%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00152E
2#001329
3#001124
4#000E1F
5#000C1A
6#000A14
7#00070F
8#00050A
9#000205
Tints
Lighter variations
1#002D61
2#00438F
3#0058BD
4#006DEB
5#1A85FF
6#479DFF
7#75B6FF
8#A3CEFF
9#D1E7FF
Tones
Muted variations
1#031830
2#05182E
3#08182B
4#0A1829
5#0D1926
6#0F1924
7#121921
8#14191F
9#17191C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBEC #DBECFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDDC #BDDCFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AC0 #8AC0FF | BordersInactive statesPlaceholder text |
| 400 | 4DA0 #4DA0FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A85 #1A85FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0069 #0069E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0053 #0053B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 003C #003C80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0026 #002652 | Primary textHigh emphasis contentDark headings |
| 950 | 0018 #001833 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F7FF;
--black-100: #DBECFF;
--black-200: #BDDCFF;
--black-300: #8AC0FF;
--black-400: #4DA0FF;
--black-500: #1A85FF;
--black-600: #0069E0;
--black-700: #0053B3;
--black-800: #003C80;
--black-900: #002652;
--black-950: #001833;
}