Navy
#061079
BlueColor Codes
All color formats for development
HEX
#061079RGB
rgb(6, 16, 121)HSL
hsl(235, 91%, 25%)OKLCH
oklch(0.278 0.168 265.9)CMYK
cmyk(95%, 87%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#050E6E
2#050C61
3#040B55
4#030949
5#03083D
6#020631
7#020525
8#010318
9#01020C
Tints
Lighter variations
1#07149E
2#0919C3
3#0B1DE7
4#2435F5
5#4857F6
6#6D78F8
7#919AFA
8#B6BCFC
9#DADDFD
Tones
Muted variations
1#0C1474
2#11196E
3#171E68
4#1D2363
5#23285D
6#292C57
7#2E3151
8#34364B
9#3A3B46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE0 #DDE0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C5 #C0C5FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8F98 #8F98FA | BordersInactive statesPlaceholder text |
| 400 | 5562 #5562F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2435 #2435F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A1B #0A1BD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0816 #0816AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 060F #060F7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 040A #040A4E | Primary textHigh emphasis contentDark headings |
| 950 | 0206 #020631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F2FE;
--navy-100: #DDE0FD;
--navy-200: #C0C5FC;
--navy-300: #8F98FA;
--navy-400: #5562F7;
--navy-500: #2435F5;
--navy-600: #0A1BD6;
--navy-700: #0816AA;
--navy-800: #060F7A;
--navy-900: #040A4E;
--navy-950: #020631;
}