Black
#002533
BlueColor Codes
All color formats for development
HEX
#002533RGB
rgb(0, 37, 51)HSL
hsl(196, 100%, 10%)OKLCH
oklch(0.247 0.048 228.3)CMYK
cmyk(100%, 27%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00222E
2#001E29
3#001A24
4#00161F
5#00131A
6#000F14
7#000B0F
8#00070A
9#000405
Tints
Lighter variations
1#004761
2#00698F
3#008ABD
4#00ACEB
5#1AC2FF
6#47CEFF
7#75DAFF
8#A3E7FF
9#D1F3FF
Tones
Muted variations
1#032430
2#05232E
3#08222B
4#0A2129
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 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF5 #DBF5FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDED #BDEDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AE0 #8AE0FF | BordersInactive statesPlaceholder text |
| 400 | 4DCF #4DCFFF | Disabled statesSecondary iconsMuted text |
| 500 | 1AC2 #1AC2FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00A5 #00A5E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0083 #0083B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 005E #005E80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 003C #003C52 | Primary textHigh emphasis contentDark headings |
| 950 | 0025 #002533 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FBFF;
--black-100: #DBF5FF;
--black-200: #BDEDFF;
--black-300: #8AE0FF;
--black-400: #4DCFFF;
--black-500: #1AC2FF;
--black-600: #00A5E0;
--black-700: #0083B3;
--black-800: #005E80;
--black-900: #003C52;
--black-950: #002533;
}