Navy
#002152
BlueColor Codes
All color formats for development
HEX
#002152RGB
rgb(0, 33, 82)HSL
hsl(216, 100%, 16%)OKLCH
oklch(0.261 0.098 258.3)CMYK
cmyk(100%, 60%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#001D49
2#001A41
3#001739
4#001431
5#001029
6#000D21
7#000A18
8#000710
9#000308
Tints
Lighter variations
1#00327C
2#0043A7
3#0054D2
4#0065FD
5#297EFF
6#5498FF
7#7EB2FF
8#A9CCFF
9#D4E5FF
Tones
Muted variations
1#04214E
2#082249
3#0C2345
4#102441
5#14253D
6#182639
7#1D2635
8#212731
9#25282D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBEA #DBEAFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDD7 #BDD7FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AB9 #8AB9FF | BordersInactive statesPlaceholder text |
| 400 | 4D94 #4D94FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A75 #1A75FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 005A #005AE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0047 #0047B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0033 #003380 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0021 #002152 | Primary textHigh emphasis contentDark headings |
| 950 | 0014 #001433 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F6FF;
--navy-100: #DBEAFF;
--navy-200: #BDD7FF;
--navy-300: #8AB9FF;
--navy-400: #4D94FF;
--navy-500: #1A75FF;
--navy-600: #005AE0;
--navy-700: #0047B3;
--navy-800: #003380;
--navy-900: #002152;
--navy-950: #001433;
}