Black
#002133
BlueColor Codes
All color formats for development
HEX
#002133RGB
rgb(0, 33, 51)HSL
hsl(201, 100%, 10%)OKLCH
oklch(0.235 0.051 237.1)CMYK
cmyk(100%, 35%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#001E2E
2#001B29
3#001724
4#00141F
5#00111A
6#000D14
7#000A0F
8#00070A
9#000305
Tints
Lighter variations
1#003F61
2#005D8F
3#007BBD
4#0098EB
5#1AAFFF
6#47BFFF
7#75CFFF
8#A3DFFF
9#D1EFFF
Tones
Muted variations
1#032030
2#05202E
3#081F2B
4#0A1E29
5#0D1D26
6#0F1D24
7#121C21
8#141B1F
9#171A1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF3 #DBF3FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE8 #BDE8FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AD6 #8AD6FF | BordersInactive statesPlaceholder text |
| 400 | 4DC1 #4DC1FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AAF #1AAFFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0092 #0092E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0074 #0074B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0053 #005380 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0035 #003552 | Primary textHigh emphasis contentDark headings |
| 950 | 0021 #002133 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FAFF;
--black-100: #DBF3FF;
--black-200: #BDE8FF;
--black-300: #8AD6FF;
--black-400: #4DC1FF;
--black-500: #1AAFFF;
--black-600: #0092E0;
--black-700: #0074B3;
--black-800: #005380;
--black-900: #003552;
--black-950: #002133;
}