Navy
#07064B
BlueColor Codes
All color formats for development
HEX
#07064BRGB
rgb(7, 6, 75)HSL
hsl(241, 85%, 16%)OKLCH
oklch(0.202 0.119 269.6)CMYK
cmyk(91%, 92%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#070644
2#06053C
3#050435
4#04042D
5#040326
6#03021E
7#020217
8#01010F
9#010108
Tints
Lighter variations
1#0B0973
2#0F0D9B
3#1310C2
4#1713EA
5#3C39EF
6#6360F2
7#8A88F5
8#B1B0F9
9#D8D7FC
Tones
Muted variations
1#0B0A48
2#0E0D45
3#111141
4#15143E
5#18173A
6#1B1B37
7#1F1E33
8#222230
9#25252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEDE #DEDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C2 #C3C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9492 #9492F6 | BordersInactive statesPlaceholder text |
| 400 | 5C5A #5C5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2E2B #2E2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1411 #1411D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 100D #100DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B0A #0B0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0706 #07064B | Primary textHigh emphasis contentDark headings |
| 950 | 0504 #05042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F1FE;
--navy-100: #DEDEFC;
--navy-200: #C3C2FA;
--navy-300: #9492F6;
--navy-400: #5C5AF2;
--navy-500: #2E2BEE;
--navy-600: #1411D0;
--navy-700: #100DA5;
--navy-800: #0B0A76;
--navy-900: #07064B;
--navy-950: #05042F;
}