Navy
#021F4F
BlueColor Codes
All color formats for development
HEX
#021F4FRGB
rgb(2, 31, 79)HSL
hsl(217, 95%, 16%)OKLCH
oklch(0.254 0.095 259.6)CMYK
cmyk(97%, 61%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#021D48
2#021940
3#011638
4#011330
5#011028
6#010D20
7#010A18
8#000610
9#000308
Tints
Lighter variations
1#033079
2#0441A3
3#0552CD
4#0662F7
5#2E7CFA
6#5896FB
7#82B0FC
8#ABCBFD
9#D5E5FE
Tones
Muted variations
1#06214C
2#0A2248
3#0E2244
4#122340
5#15243C
6#192538
7#1D2634
8#212731
9#25282D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE9 #DCE9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED7 #BED7FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DB7 #8DB7FC | BordersInactive statesPlaceholder text |
| 400 | 5192 #5192FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F73 #1F73F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0657 #0657DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0445 #0445AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0332 #03327C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0220 #022050 | Primary textHigh emphasis contentDark headings |
| 950 | 0114 #011432 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F6FF;
--navy-100: #DCE9FE;
--navy-200: #BED7FD;
--navy-300: #8DB7FC;
--navy-400: #5192FB;
--navy-500: #1F73F9;
--navy-600: #0657DB;
--navy-700: #0445AE;
--navy-800: #03327C;
--navy-900: #022050;
--navy-950: #011432;
}