Navy
#02184F
BlueColor Codes
All color formats for development
HEX
#02184FRGB
rgb(2, 24, 79)HSL
hsl(223, 95%, 16%)OKLCH
oklch(0.237 0.105 262.7)CMYK
cmyk(97%, 70%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#021648
2#021340
3#011138
4#010E30
5#010C28
6#010A20
7#010718
8#000510
9#000208
Tints
Lighter variations
1#032579
2#0431A3
3#053ECD
4#064AF7
5#2E68FA
6#5886FB
7#82A4FC
8#ABC3FD
9#D5E1FE
Tones
Muted variations
1#061A4C
2#0A1B48
3#0E1D44
4#121F40
5#15203C
6#192238
7#1D2434
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 | DCE6 #DCE6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED0 #BED0FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DAC #8DACFC | BordersInactive statesPlaceholder text |
| 400 | 5181 #5181FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F5D #1F5DF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0642 #0642DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0435 #0435AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0326 #03267C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0218 #021850 | Primary textHigh emphasis contentDark headings |
| 950 | 010F #010F32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F4FF;
--navy-100: #DCE6FE;
--navy-200: #BED0FD;
--navy-300: #8DACFC;
--navy-400: #5181FB;
--navy-500: #1F5DF9;
--navy-600: #0642DB;
--navy-700: #0435AE;
--navy-800: #03267C;
--navy-900: #021850;
--navy-950: #010F32;
}