Navy
#060E79
BlueColor Codes
All color formats for development
HEX
#060E79RGB
rgb(6, 14, 121)HSL
hsl(236, 91%, 25%)OKLCH
oklch(0.276 0.17 266)CMYK
cmyk(95%, 88%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#050C6E
2#050B61
3#040955
4#030849
5#03073D
6#020531
7#020425
8#010318
9#01010C
Tints
Lighter variations
1#07129E
2#0916C3
3#0B1AE7
4#2432F5
5#4854F6
6#6D76F8
7#9198FA
8#B6BBFC
9#DADDFD
Tones
Muted variations
1#0C1374
2#11186E
3#171D68
4#1D2263
5#23275D
6#292C57
7#2E3151
8#34364B
9#3A3B46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDF #DDDFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C4 #C0C4FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8F96 #8F96FA | BordersInactive statesPlaceholder text |
| 400 | 555F #555FF7 | Disabled statesSecondary iconsMuted text |
| 500 | 2432 #2432F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A18 #0A18D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0813 #0813AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 060D #060D7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0409 #04094E | Primary textHigh emphasis contentDark headings |
| 950 | 0205 #020531 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F1FE;
--navy-100: #DDDFFD;
--navy-200: #C0C4FC;
--navy-300: #8F96FA;
--navy-400: #555FF7;
--navy-500: #2432F5;
--navy-600: #0A18D6;
--navy-700: #0813AA;
--navy-800: #060D7A;
--navy-900: #04094E;
--navy-950: #020531;
}