Black
#001E33
BlueColor Codes
All color formats for development
HEX
#001E33RGB
rgb(0, 30, 51)HSL
hsl(205, 100%, 10%)OKLCH
oklch(0.226 0.054 242.9)CMYK
cmyk(100%, 41%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#001B2E
2#001829
3#001524
4#00121F
5#000F1A
6#000C14
7#00090F
8#00060A
9#000305
Tints
Lighter variations
1#003961
2#00538F
3#006EBD
4#0089EB
5#1A9FFF
6#47B3FF
7#75C6FF
8#A3D9FF
9#D1ECFF
Tones
Muted variations
1#031D30
2#051D2E
3#081C2B
4#0A1C29
5#0D1C26
6#0F1B24
7#121B21
8#141A1F
9#171A1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF0 #DBF0FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE3 #BDE3FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ACE #8ACEFF | BordersInactive statesPlaceholder text |
| 400 | 4DB5 #4DB5FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A9F #1A9FFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0083 #0083E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0068 #0068B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 004A #004A80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0030 #003052 | Primary textHigh emphasis contentDark headings |
| 950 | 001E #001E33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F9FF;
--black-100: #DBF0FF;
--black-200: #BDE3FF;
--black-300: #8ACEFF;
--black-400: #4DB5FF;
--black-500: #1A9FFF;
--black-600: #0083E0;
--black-700: #0068B3;
--black-800: #004A80;
--black-900: #003052;
--black-950: #001E33;
}