Navy
#060C4C
BlueColor Codes
All color formats for development
HEX
#060C4CRGB
rgb(6, 12, 76)HSL
hsl(235, 85%, 16%)OKLCH
oklch(0.212 0.114 268)CMYK
cmyk(92%, 84%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#060B44
2#050A3C
3#040835
4#04072D
5#030626
6#02051E
7#020417
8#01020F
9#010108
Tints
Lighter variations
1#091273
2#0D189B
3#101FC2
4#1325EA
5#3948EF
6#606DF2
7#8891F5
8#B0B6F9
9#D7DAFC
Tones
Muted variations
1#0A0F48
2#0D1245
3#111541
4#14173E
5#171A3A
6#1B1D37
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 | C2C6 #C2C6FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 929B #929BF6 | BordersInactive statesPlaceholder text |
| 400 | 5A67 #5A67F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B3B #2B3BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1121 #1121D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D1A #0D1AA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A13 #0A1376 | Text on light backgroundsHeadingsStrong borders |
| 900 | 060C #060C4B | Primary textHigh emphasis contentDark headings |
| 950 | 0407 #04072F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FE;
--navy-100: #DEE1FC;
--navy-200: #C2C6FA;
--navy-300: #929BF6;
--navy-400: #5A67F2;
--navy-500: #2B3BEE;
--navy-600: #1121D0;
--navy-700: #0D1AA5;
--navy-800: #0A1376;
--navy-900: #060C4B;
--navy-950: #04072F;
}