Navy
#060B4B
BlueColor Codes
All color formats for development
HEX
#060B4BRGB
rgb(6, 11, 75)HSL
hsl(236, 85%, 16%)OKLCH
oklch(0.209 0.114 268.2)CMYK
cmyk(92%, 85%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#060A44
2#05093C
3#040835
4#04062D
5#030526
6#02041E
7#020317
8#01020F
9#010108
Tints
Lighter variations
1#091073
2#0D169B
3#101CC2
4#1321EA
5#3945EF
6#606AF2
7#888FF5
8#B0B5F9
9#D7DAFC
Tones
Muted variations
1#0A0E48
2#0D1145
3#111441
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 | DEE0 #DEE0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C5 #C2C5FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9299 #9299F6 | BordersInactive statesPlaceholder text |
| 400 | 5A64 #5A64F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B38 #2B38EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 111E #111ED0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D18 #0D18A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A11 #0A1176 | Text on light backgroundsHeadingsStrong borders |
| 900 | 060B #060B4B | 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: #DEE0FC;
--navy-200: #C2C5FA;
--navy-300: #9299F6;
--navy-400: #5A64F2;
--navy-500: #2B38EE;
--navy-600: #111ED0;
--navy-700: #0D18A5;
--navy-800: #0A1176;
--navy-900: #060B4B;
--navy-950: #04072F;
}