Navy
#021A50
BlueColor Codes
All color formats for development
HEX
#021A50RGB
rgb(2, 26, 80)HSL
hsl(222, 95%, 16%)OKLCH
oklch(0.243 0.104 262.1)CMYK
cmyk(98%, 68%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#021748
2#021440
3#011238
4#010F30
5#010D28
6#010A20
7#010818
8#000510
9#000308
Tints
Lighter variations
1#032779
2#0434A3
3#0541CD
4#064EF7
5#2E6BFA
6#5889FB
7#82A6FC
8#ABC4FD
9#D5E1FE
Tones
Muted variations
1#061B4C
2#0A1C48
3#0E1E44
4#121F40
5#15213C
6#192338
7#1D2434
8#212631
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 | BED1 #BED1FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DAE #8DAEFC | BordersInactive statesPlaceholder text |
| 400 | 5184 #5184FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F61 #1F61F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0646 #0646DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0437 #0437AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0328 #03287C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0219 #021950 | Primary textHigh emphasis contentDark headings |
| 950 | 0110 #011032 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F4FF;
--navy-100: #DCE6FE;
--navy-200: #BED1FD;
--navy-300: #8DAEFC;
--navy-400: #5184FB;
--navy-500: #1F61F9;
--navy-600: #0646DB;
--navy-700: #0437AE;
--navy-800: #03287C;
--navy-900: #021950;
--navy-950: #011032;
}