Navy
#020A4F
BlueColor Codes
All color formats for development
HEX
#020A4FRGB
rgb(2, 10, 79)HSL
hsl(234, 95%, 16%)OKLCH
oklch(0.211 0.122 265.4)CMYK
cmyk(97%, 87%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#020948
2#020840
3#010738
4#010630
5#010528
6#010420
7#010318
8#000210
9#000108
Tints
Lighter variations
1#030F79
2#0414A3
3#0519CD
4#061EF7
5#2E43FA
6#5868FB
7#828EFC
8#ABB4FD
9#D5D9FE
Tones
Muted variations
1#060D4C
2#0A1048
3#0E1344
4#121640
5#15193C
6#191C38
7#1D1F34
8#212331
9#25262D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE0 #DCE0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC5 #BEC5FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D98 #8D98FC | BordersInactive statesPlaceholder text |
| 400 | 5162 #5162FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F35 #1F35F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 061B #061BDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0415 #0415AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 030F #030F7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 020A #020A50 | Primary textHigh emphasis contentDark headings |
| 950 | 0106 #010632 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F2FF;
--navy-100: #DCE0FE;
--navy-200: #BEC5FD;
--navy-300: #8D98FC;
--navy-400: #5162FB;
--navy-500: #1F35F9;
--navy-600: #061BDB;
--navy-700: #0415AE;
--navy-800: #030F7C;
--navy-900: #020A50;
--navy-950: #010632;
}