Navy
#0A14A9
BlueColor Codes
All color formats for development
HEX
#0A14A9RGB
rgb(10, 20, 169)HSL
hsl(236, 89%, 35%)OKLCH
oklch(0.348 0.219 265.7)CMYK
cmyk(94%, 88%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#091298
2#081087
3#070E76
4#060C65
5#050A54
6#040843
7#030633
8#020422
9#010211
Tints
Lighter variations
1#0C18C8
2#0D1CE7
3#2431F2
4#434FF4
5#626CF6
6#828AF8
7#A1A7FA
8#C0C4FB
9#E0E2FD
Tones
Muted variations
1#121BA1
2#1A2299
3#222991
4#2A3089
5#323781
6#393E79
7#414571
8#494B69
9#515261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDF #DDDFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C4 #C0C4FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9097 #9097F9 | BordersInactive statesPlaceholder text |
| 400 | 5661 #5661F5 | Disabled statesSecondary iconsMuted text |
| 500 | 2634 #2634F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C1A #0C1AD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A14 #0A14A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 070F #070F78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0409 #04094D | Primary textHigh emphasis contentDark headings |
| 950 | 0306 #030630 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F1FE;
--navy-100: #DDDFFD;
--navy-200: #C0C4FB;
--navy-300: #9097F9;
--navy-400: #5661F5;
--navy-500: #2634F2;
--navy-600: #0C1AD4;
--navy-700: #0A14A9;
--navy-800: #070F78;
--navy-900: #04094D;
--navy-950: #030630;
}