Black
#002433
BlueColor Codes
All color formats for development
HEX
#002433RGB
rgb(0, 36, 51)HSL
hsl(198, 100%, 10%)OKLCH
oklch(0.244 0.049 230.6)CMYK
cmyk(100%, 29%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00202E
2#001D29
3#001924
4#00151F
5#00121A
6#000E14
7#000B0F
8#00070A
9#000405
Tints
Lighter variations
1#004461
2#00648F
3#0084BD
4#00A4EB
5#1ABAFF
6#47C8FF
7#75D6FF
8#A3E3FF
9#D1F1FF
Tones
Muted variations
1#032330
2#05222E
3#08212B
4#0A2029
5#0D1F26
6#0F1E24
7#121D21
8#141C1F
9#171B1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF4 #DBF4FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDEB #BDEBFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ADC #8ADCFF | BordersInactive statesPlaceholder text |
| 400 | 4DC9 #4DC9FF | Disabled statesSecondary iconsMuted text |
| 500 | 1ABA #1ABAFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 009D #009DE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 007D #007DB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0059 #005980 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0039 #003952 | Primary textHigh emphasis contentDark headings |
| 950 | 0024 #002433 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FAFF;
--black-100: #DBF4FF;
--black-200: #BDEBFF;
--black-300: #8ADCFF;
--black-400: #4DC9FF;
--black-500: #1ABAFF;
--black-600: #009DE0;
--black-700: #007DB3;
--black-800: #005980;
--black-900: #003952;
--black-950: #002433;
}