Navy
#061F79
BlueColor Codes
All color formats for development
HEX
#061F79RGB
rgb(6, 31, 121)HSL
hsl(227, 91%, 25%)OKLCH
oklch(0.3 0.154 264.8)CMYK
cmyk(95%, 74%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#051C6E
2#051961
3#041655
4#031349
5#030F3D
6#020C31
7#020925
8#010618
9#01030C
Tints
Lighter variations
1#07289E
2#0931C3
3#0B3BE7
4#2451F5
5#486EF6
6#6D8BF8
7#91A8FA
8#B6C5FC
9#DAE2FD
Tones
Muted variations
1#0C2274
2#11256E
3#172968
4#1D2C63
5#232F5D
6#293357
7#2E3651
8#34394B
9#3A3C46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE4 #DDE4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CD #C0CDFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FA6 #8FA6FA | BordersInactive statesPlaceholder text |
| 400 | 5578 #5578F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2451 #2451F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A36 #0A36D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 082B #082BAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 061F #061F7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0414 #04144E | Primary textHigh emphasis contentDark headings |
| 950 | 020C #020C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F3FE;
--navy-100: #DDE4FD;
--navy-200: #C0CDFC;
--navy-300: #8FA6FA;
--navy-400: #5578F7;
--navy-500: #2451F5;
--navy-600: #0A36D6;
--navy-700: #082BAA;
--navy-800: #061F7A;
--navy-900: #04144E;
--navy-950: #020C31;
}