Navy
#06117A
BlueColor Codes
All color formats for development
HEX
#06117ARGB
rgb(6, 17, 122)HSL
hsl(234, 91%, 25%)OKLCH
oklch(0.281 0.169 265.9)CMYK
cmyk(95%, 86%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05106E
2#050E61
3#040C55
4#030A49
5#03093D
6#020731
7#020525
8#010318
9#01020C
Tints
Lighter variations
1#07179E
2#091CC3
3#0B21E7
4#2439F5
5#485AF6
6#6D7BF8
7#919CFA
8#B6BDFC
9#DADEFD
Tones
Muted variations
1#0C1674
2#111B6E
3#171F68
4#1D2463
5#23295D
6#292D57
7#2E3251
8#34364B
9#3A3B46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE0 #DDE0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C6 #C0C6FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8F9A #8F9AFA | BordersInactive statesPlaceholder text |
| 400 | 5565 #5565F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2439 #2439F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A1F #0A1FD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0818 #0818AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0611 #06117A | Text on light backgroundsHeadingsStrong borders |
| 900 | 040B #040B4E | Primary textHigh emphasis contentDark headings |
| 950 | 0207 #020731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F2FE;
--navy-100: #DDE0FD;
--navy-200: #C0C6FC;
--navy-300: #8F9AFA;
--navy-400: #5565F7;
--navy-500: #2439F5;
--navy-600: #0A1FD6;
--navy-700: #0818AA;
--navy-800: #06117A;
--navy-900: #040B4E;
--navy-950: #020731;
}