Black
#002633
BlueColor Codes
All color formats for development
HEX
#002633RGB
rgb(0, 38, 51)HSL
hsl(195, 100%, 10%)OKLCH
oklch(0.25 0.048 225.9)CMYK
cmyk(100%, 25%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00222E
2#001F29
3#001B24
4#00171F
5#00131A
6#000F14
7#000B0F
8#00080A
9#000405
Tints
Lighter variations
1#004961
2#006B8F
3#008EBD
4#00B0EB
5#1AC6FF
6#47D1FF
7#75DDFF
8#A3E8FF
9#D1F4FF
Tones
Muted variations
1#032530
2#05242E
3#08222B
4#0A2129
5#0D2026
6#0F1F24
7#121D21
8#141C1F
9#171B1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF6 #DBF6FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDEE #BDEEFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AE2 #8AE2FF | BordersInactive statesPlaceholder text |
| 400 | 4DD2 #4DD2FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AC6 #1AC6FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00A8 #00A8E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0086 #0086B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0060 #006080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 003D #003D52 | Primary textHigh emphasis contentDark headings |
| 950 | 0026 #002633 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FBFF;
--black-100: #DBF6FF;
--black-200: #BDEEFF;
--black-300: #8AE2FF;
--black-400: #4DD2FF;
--black-500: #1AC6FF;
--black-600: #00A8E0;
--black-700: #0086B3;
--black-800: #006080;
--black-900: #003D52;
--black-950: #002633;
}