Navy
#002552
BlueColor Codes
All color formats for development
HEX
#002552RGB
rgb(0, 37, 82)HSL
hsl(213, 100%, 16%)OKLCH
oklch(0.271 0.092 255.9)CMYK
cmyk(100%, 55%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#002149
2#001D41
3#001A39
4#001631
5#001229
6#000F21
7#000B18
8#000710
9#000408
Tints
Lighter variations
1#00387C
2#004BA7
3#005FD2
4#0072FD
5#2989FF
6#54A1FF
7#7EB8FF
8#A9D0FF
9#D4E7FF
Tones
Muted variations
1#04254E
2#082649
3#0C2645
4#102641
5#14273D
6#182739
7#1D2835
8#212831
9#25282D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBEB #DBEBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDDB #BDDBFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ABE #8ABEFF | BordersInactive statesPlaceholder text |
| 400 | 4D9D #4D9DFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A81 #1A81FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0065 #0065E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0050 #0050B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0039 #003980 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0025 #002552 | Primary textHigh emphasis contentDark headings |
| 950 | 0017 #001733 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F7FF;
--navy-100: #DBEBFF;
--navy-200: #BDDBFF;
--navy-300: #8ABEFF;
--navy-400: #4D9DFF;
--navy-500: #1A81FF;
--navy-600: #0065E0;
--navy-700: #0050B3;
--navy-800: #003980;
--navy-900: #002552;
--navy-950: #001733;
}