Navy
#001452
BlueColor Codes
All color formats for development
HEX
#001452RGB
rgb(0, 20, 82)HSL
hsl(225, 100%, 16%)OKLCH
oklch(0.231 0.116 262.9)CMYK
cmyk(100%, 76%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#001249
2#001041
3#000E39
4#000C31
5#000A29
6#000821
7#000618
8#000410
9#000208
Tints
Lighter variations
1#001F7C
2#002AA7
3#0035D2
4#003FFD
5#295EFF
6#547EFF
7#7E9FFF
8#A9BFFF
9#D4DFFF
Tones
Muted variations
1#04164E
2#081849
3#0C1B45
4#101D41
5#141F3D
6#182139
7#1D2335
8#212531
9#25272D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE4 #DBE4FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDCD #BDCDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AA7 #8AA7FF | BordersInactive statesPlaceholder text |
| 400 | 4D79 #4D79FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A53 #1A53FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0038 #0038E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 002D #002DB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0020 #002080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0014 #001452 | Primary textHigh emphasis contentDark headings |
| 950 | 000D #000D33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F4FF;
--navy-100: #DBE4FF;
--navy-200: #BDCDFF;
--navy-300: #8AA7FF;
--navy-400: #4D79FF;
--navy-500: #1A53FF;
--navy-600: #0038E0;
--navy-700: #002DB3;
--navy-800: #002080;
--navy-900: #001452;
--navy-950: #000D33;
}