Navy
#060E4B
BlueColor Codes
All color formats for development
HEX
#060E4BRGB
rgb(6, 14, 75)HSL
hsl(233, 85%, 16%)OKLCH
oklch(0.214 0.111 267.7)CMYK
cmyk(92%, 81%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#060D44
2#050B3C
3#040A35
4#04092D
5#030726
6#02061E
7#020417
8#01030F
9#010108
Tints
Lighter variations
1#091673
2#0D1D9B
3#1025C2
4#132CEA
5#394EEF
6#6071F2
7#8895F5
8#B0B8F9
9#D7DCFC
Tones
Muted variations
1#0A1148
2#0D1445
3#111641
4#14193E
5#171C3A
6#1B1E37
7#1E2133
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 | DEE2 #DEE2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C8 #C2C8FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 929E #929EF6 | BordersInactive statesPlaceholder text |
| 400 | 5A6C #5A6CF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B41 #2B41EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1127 #1127D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D1F #0D1FA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A16 #0A1676 | Text on light backgroundsHeadingsStrong borders |
| 900 | 060E #060E4B | Primary textHigh emphasis contentDark headings |
| 950 | 0409 #04092F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FE;
--navy-100: #DEE2FC;
--navy-200: #C2C8FA;
--navy-300: #929EF6;
--navy-400: #5A6CF2;
--navy-500: #2B41EE;
--navy-600: #1127D0;
--navy-700: #0D1FA5;
--navy-800: #0A1676;
--navy-900: #060E4B;
--navy-950: #04092F;
}