Navy
#012650
BlueColor Codes
All color formats for development
HEX
#012650RGB
rgb(1, 38, 80)HSL
hsl(212, 98%, 16%)OKLCH
oklch(0.272 0.087 254.8)CMYK
cmyk(99%, 52%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#012249
2#011F41
3#011B39
4#001730
5#001328
6#000F20
7#000B18
8#000810
9#000408
Tints
Lighter variations
1#013A7B
2#024EA6
3#0262D0
4#0376FA
5#2B8DFD
6#55A4FD
7#80BBFE
8#AAD1FE
9#D5E8FF
Tones
Muted variations
1#05264D
2#092749
3#0D2745
4#112741
5#15273D
6#192839
7#1D2835
8#212831
9#25292D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEC #DCECFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDDC #BDDCFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BC1 #8BC1FE | BordersInactive statesPlaceholder text |
| 400 | 4EA0 #4EA0FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C85 #1C85FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0269 #0269DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0253 #0253B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 013C #013C7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0126 #012651 | Primary textHigh emphasis contentDark headings |
| 950 | 0118 #011832 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F7FF;
--navy-100: #DCECFF;
--navy-200: #BDDCFE;
--navy-300: #8BC1FE;
--navy-400: #4EA0FD;
--navy-500: #1C85FD;
--navy-600: #0269DE;
--navy-700: #0253B1;
--navy-800: #013C7E;
--navy-900: #012651;
--navy-950: #011832;
}