Navy
#06084B
BlueColor Codes
All color formats for development
HEX
#06084BRGB
rgb(6, 8, 75)HSL
hsl(238, 85%, 16%)OKLCH
oklch(0.205 0.117 268.6)CMYK
cmyk(92%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#060844
2#05073C
3#040635
4#04052D
5#030426
6#02031E
7#020317
8#01020F
9#010108
Tints
Lighter variations
1#090D73
2#0D119B
3#1016C2
4#131AEA
5#393FEF
6#6065F2
7#888CF5
8#B0B2F9
9#D7D9FC
Tones
Muted variations
1#0A0C48
2#0D0F45
3#111241
4#14153E
5#17193A
6#1B1C37
7#1E1F33
8#222230
9#25262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEDF #DEDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C4 #C2C4FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9296 #9296F6 | BordersInactive statesPlaceholder text |
| 400 | 5A5F #5A5FF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B31 #2B31EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1117 #1117D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D12 #0D12A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A0D #0A0D76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0608 #06084B | 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: #DEDFFC;
--navy-200: #C2C4FA;
--navy-300: #9296F6;
--navy-400: #5A5FF2;
--navy-500: #2B31EE;
--navy-600: #1117D0;
--navy-700: #0D12A5;
--navy-800: #0A0D76;
--navy-900: #06084B;
--navy-950: #04052F;
}