Navy
#06064C
BlueColor Codes
All color formats for development
HEX
#06064CRGB
rgb(6, 6, 76)HSL
hsl(240, 85%, 16%)OKLCH
oklch(0.203 0.121 268.7)CMYK
cmyk(92%, 92%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#060644
2#05053C
3#040435
4#04042D
5#030326
6#02021E
7#020217
8#01010F
9#010108
Tints
Lighter variations
1#090973
2#0D0D9B
3#1010C2
4#1313EA
5#3939EF
6#6060F2
7#8888F5
8#B0B0F9
9#D7D7FC
Tones
Muted variations
1#0A0A48
2#0D0D45
3#111141
4#14143E
5#17173A
6#1B1B37
7#1E1E33
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 | C2C2 #C2C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9292 #9292F6 | BordersInactive statesPlaceholder text |
| 400 | 5A5A #5A5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B2B #2B2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1111 #1111D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D0D #0D0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A0A #0A0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0606 #06064B | Primary textHigh emphasis contentDark headings |
| 950 | 0404 #04042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F1FE;
--navy-100: #DEDEFC;
--navy-200: #C2C2FA;
--navy-300: #9292F6;
--navy-400: #5A5AF2;
--navy-500: #2B2BEE;
--navy-600: #1111D0;
--navy-700: #0D0DA5;
--navy-800: #0A0A76;
--navy-900: #06064B;
--navy-950: #04042F;
}