Black
#001233
BlueColor Codes
All color formats for development
HEX
#001233RGB
rgb(0, 18, 51)HSL
hsl(219, 100%, 10%)OKLCH
oklch(0.191 0.071 258.1)CMYK
cmyk(100%, 65%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00102E
2#000E29
3#000C24
4#000B1F
5#00091A
6#000714
7#00050F
8#00040A
9#000205
Tints
Lighter variations
1#002261
2#00328F
3#0042BD
4#0052EB
5#1A6AFF
6#4788FF
7#75A5FF
8#A3C3FF
9#D1E1FF
Tones
Muted variations
1#031330
2#05132E
3#08142B
4#0A1529
5#0D1626
6#0F1624
7#121721
8#14181F
9#17191C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE8 #DBE8FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDD4 #BDD4FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AB3 #8AB3FF | BordersInactive statesPlaceholder text |
| 400 | 4D8B #4D8BFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A6A #1A6AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 004F #004FE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 003E #003EB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 002D #002D80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 001D #001D52 | Primary textHigh emphasis contentDark headings |
| 950 | 0012 #001233 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F5FF;
--black-100: #DBE8FF;
--black-200: #BDD4FF;
--black-300: #8AB3FF;
--black-400: #4D8BFF;
--black-500: #1A6AFF;
--black-600: #004FE0;
--black-700: #003EB3;
--black-800: #002D80;
--black-900: #001D52;
--black-950: #001233;
}