Navy
#1807AB
BlueColor Codes
All color formats for development
HEX
#1807ABRGB
rgb(24, 7, 171)HSL
hsl(246, 92%, 35%)OKLCH
oklch(0.346 0.224 268.6)CMYK
cmyk(86%, 96%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15069A
2#130689
3#100578
4#0E0467
5#0C0456
6#090345
7#070233
8#050122
9#020111
Tints
Lighter variations
1#1C08CB
2#200AEB
3#3620F6
4#5240F7
5#6F60F8
6#8C80FA
7#A9A0FB
8#C5BFFC
9#E2DFFE
Tones
Muted variations
1#1E0FA3
2#25189B
3#2B2093
4#32288B
5#383082
6#3F387A
7#464172
8#4C496A
9#535161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5BF #C5BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 998E #998EFA | BordersInactive statesPlaceholder text |
| 400 | 6454 #6454F8 | Disabled statesSecondary iconsMuted text |
| 500 | 3823 #3823F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E09 #1E09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1807 #1807AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1105 #11057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B03 #0B034E | Primary textHigh emphasis contentDark headings |
| 950 | 0702 #070231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F0FE;
--navy-100: #E0DDFE;
--navy-200: #C5BFFC;
--navy-300: #998EFA;
--navy-400: #6454F8;
--navy-500: #3823F6;
--navy-600: #1E09D7;
--navy-700: #1807AB;
--navy-800: #11057A;
--navy-900: #0B034E;
--navy-950: #070231;
}