Navy
#000452
BlueColor Codes
All color formats for development
HEX
#000452RGB
rgb(0, 4, 82)HSL
hsl(237, 100%, 16%)OKLCH
oklch(0.205 0.133 264.2)CMYK
cmyk(100%, 95%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#000449
2#000341
3#000339
4#000231
5#000229
6#000221
7#000118
8#000110
9#000008
Tints
Lighter variations
1#00067C
2#0008A7
3#000BD2
4#000DFD
5#2934FF
6#545CFF
7#7E85FF
8#A9AEFF
9#D4D6FF
Tones
Muted variations
1#04084E
2#080B49
3#0C0F45
4#101341
5#14163D
6#181A39
7#1D1E35
8#212131
9#25252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F0 #F0F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBDD #DBDDFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC0 #BDC0FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8A90 #8A90FF | BordersInactive statesPlaceholder text |
| 400 | 4D55 #4D55FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A25 #1A25FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 000B #000BE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0009 #0009B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0006 #000680 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0004 #000452 | Primary textHigh emphasis contentDark headings |
| 950 | 0003 #000333 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F0FF;
--navy-100: #DBDDFF;
--navy-200: #BDC0FF;
--navy-300: #8A90FF;
--navy-400: #4D55FF;
--navy-500: #1A25FF;
--navy-600: #000BE0;
--navy-700: #0009B3;
--navy-800: #000680;
--navy-900: #000452;
--navy-950: #000333;
}