Navy
#012050
BlueColor Codes
All color formats for development
HEX
#012050RGB
rgb(1, 32, 80)HSL
hsl(216, 98%, 16%)OKLCH
oklch(0.257 0.096 258.8)CMYK
cmyk(99%, 60%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#011E49
2#011A41
3#011739
4#001430
5#001028
6#000D20
7#000A18
8#000710
9#000308
Tints
Lighter variations
1#01327B
2#0243A6
3#0254D0
4#0366FA
5#2B7FFD
6#5599FD
7#80B2FE
8#AACCFE
9#D5E5FF
Tones
Muted variations
1#05224D
2#092249
3#0D2345
4#112441
5#15253D
6#192639
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 | DCEA #DCEAFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDD7 #BDD7FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BB9 #8BB9FE | BordersInactive statesPlaceholder text |
| 400 | 4E94 #4E94FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C76 #1C76FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 025A #025ADE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0248 #0248B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0133 #01337E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0121 #012151 | Primary textHigh emphasis contentDark headings |
| 950 | 0115 #011532 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F6FF;
--navy-100: #DCEAFF;
--navy-200: #BDD7FE;
--navy-300: #8BB9FE;
--navy-400: #4E94FD;
--navy-500: #1C76FD;
--navy-600: #025ADE;
--navy-700: #0248B1;
--navy-800: #01337E;
--navy-900: #012151;
--navy-950: #011532;
}