Navy
#060D4B
BlueColor Codes
All color formats for development
HEX
#060D4BRGB
rgb(6, 13, 75)HSL
hsl(234, 85%, 16%)OKLCH
oklch(0.213 0.112 267.9)CMYK
cmyk(92%, 83%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#060C44
2#050A3C
3#040935
4#04082D
5#030726
6#02051E
7#020417
8#01030F
9#010108
Tints
Lighter variations
1#091473
2#0D1B9B
3#1022C2
4#1328EA
5#394BEF
6#606FF2
7#8893F5
8#B0B7F9
9#D7DBFC
Tones
Muted variations
1#0A1048
2#0D1345
3#111541
4#14183E
5#171B3A
6#1B1E37
7#1E2033
8#222330
9#25262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE1 #DEE1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C7 #C2C7FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 929C #929CF6 | BordersInactive statesPlaceholder text |
| 400 | 5A69 #5A69F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B3E #2B3EEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1124 #1124D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D1D #0D1DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A14 #0A1476 | Text on light backgroundsHeadingsStrong borders |
| 900 | 060D #060D4B | Primary textHigh emphasis contentDark headings |
| 950 | 0408 #04082F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FE;
--navy-100: #DEE1FC;
--navy-200: #C2C7FA;
--navy-300: #929CF6;
--navy-400: #5A69F2;
--navy-500: #2B3EEE;
--navy-600: #1124D0;
--navy-700: #0D1DA5;
--navy-800: #0A1476;
--navy-900: #060D4B;
--navy-950: #04082F;
}