Navy
#002652
BlueColor Codes
All color formats for development
HEX
#002652RGB
rgb(0, 38, 82)HSL
hsl(212, 100%, 16%)OKLCH
oklch(0.273 0.091 255.2)CMYK
cmyk(100%, 54%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#002249
2#001E41
3#001B39
4#001731
5#001329
6#000F21
7#000B18
8#000810
9#000408
Tints
Lighter variations
1#003A7C
2#004EA7
3#0062D2
4#0076FD
5#298DFF
6#54A4FF
7#7EBAFF
8#A9D1FF
9#D4E8FF
Tones
Muted variations
1#04264E
2#082749
3#0C2745
4#102741
5#14273D
6#182839
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 | DBEC #DBECFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDDC #BDDCFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AC0 #8AC0FF | BordersInactive statesPlaceholder text |
| 400 | 4DA0 #4DA0FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A85 #1A85FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0069 #0069E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0053 #0053B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 003C #003C80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0026 #002652 | Primary textHigh emphasis contentDark headings |
| 950 | 0018 #001833 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F7FF;
--navy-100: #DBECFF;
--navy-200: #BDDCFF;
--navy-300: #8AC0FF;
--navy-400: #4DA0FF;
--navy-500: #1A85FF;
--navy-600: #0069E0;
--navy-700: #0053B3;
--navy-800: #003C80;
--navy-900: #002652;
--navy-950: #001833;
}