Navy
#06074B
BlueColor Codes
All color formats for development
HEX
#06074BRGB
rgb(6, 7, 75)HSL
hsl(239, 85%, 16%)OKLCH
oklch(0.203 0.118 268.7)CMYK
cmyk(92%, 91%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#060744
2#05063C
3#040535
4#04042D
5#030426
6#02031E
7#020217
8#01010F
9#010108
Tints
Lighter variations
1#090B73
2#0D0F9B
3#1013C2
4#1317EA
5#393CEF
6#6063F2
7#888AF5
8#B0B1F9
9#D7D8FC
Tones
Muted variations
1#0A0B48
2#0D0E45
3#111141
4#14153E
5#17183A
6#1B1B37
7#1E1F33
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 | C2C3 #C2C3FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9294 #9294F6 | BordersInactive statesPlaceholder text |
| 400 | 5A5C #5A5CF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B2E #2B2EEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1114 #1114D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D10 #0D10A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A0B #0A0B76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0607 #06074B | Primary textHigh emphasis contentDark headings |
| 950 | 0405 #04052F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F1FE;
--navy-100: #DEDEFC;
--navy-200: #C2C3FA;
--navy-300: #9294F6;
--navy-400: #5A5CF2;
--navy-500: #2B2EEE;
--navy-600: #1114D0;
--navy-700: #0D10A5;
--navy-800: #0A0B76;
--navy-900: #06074B;
--navy-950: #04052F;
}