Navy
#101070
BlueColor Codes
All color formats for development
HEX
#101070RGB
rgb(16, 16, 112)HSL
hsl(240, 75%, 25%)OKLCH
oklch(0.27 0.155 269.7)CMYK
cmyk(86%, 86%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E0E64
2#0D0D59
3#0B0B4E
4#0A0A43
5#080838
6#06062D
7#050521
8#030316
9#02020B
Tints
Lighter variations
1#151591
2#1919B3
3#1E1ED4
4#3636E2
5#5858E7
6#7979EC
7#9B9BF1
8#BCBCF5
9#DEDEFA
Tones
Muted variations
1#15156B
2#191966
3#1E1E61
4#23235C
5#282858
6#2D2D53
7#31314E
8#363649
9#3B3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E0 #E0E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C5 #C5C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9898 #9898F0 | BordersInactive statesPlaceholder text |
| 400 | 6363 #6363E9 | Disabled statesSecondary iconsMuted text |
| 500 | 3636 #3636E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C1C #1C1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1616 #16169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1010 #101070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A0A #0A0A47 | Primary textHigh emphasis contentDark headings |
| 950 | 0606 #06062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F2FD;
--navy-100: #E0E0FB;
--navy-200: #C5C5F7;
--navy-300: #9898F0;
--navy-400: #6363E9;
--navy-500: #3636E2;
--navy-600: #1C1CC4;
--navy-700: #16169C;
--navy-800: #101070;
--navy-900: #0A0A47;
--navy-950: #06062D;
}