Navy
#170A48
BlueColor Codes
All color formats for development
HEX
#170A48RGB
rgb(23, 10, 72)HSL
hsl(253, 76%, 16%)OKLCH
oklch(0.217 0.106 282.7)CMYK
cmyk(68%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#150941
2#130839
3#100732
4#0E062B
5#0C0524
6#09041D
7#070316
8#05020E
9#020107
Tints
Lighter variations
1#230F6E
2#301493
3#3C19B9
4#481EDF
5#6643E5
6#8468EA
7#A38EF0
8#C2B4F5
9#E0D9FA
Tones
Muted variations
1#190D45
2#1B1042
3#1D133F
4#1E163B
5#201938
6#221C35
7#241F32
8#25232F
9#27262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F2 #F4F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E0 #E5E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C5 #D0C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | AB98 #AB98F1 | BordersInactive statesPlaceholder text |
| 400 | 7F62 #7F62EA | Disabled statesSecondary iconsMuted text |
| 500 | 5B35 #5B35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 401B #401BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3315 #33159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 240F #240F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 170A #170A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0F06 #0F062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F2FD;
--navy-100: #E5E0FB;
--navy-200: #D0C5F7;
--navy-300: #AB98F1;
--navy-400: #7F62EA;
--navy-500: #5B35E3;
--navy-600: #401BC5;
--navy-700: #33159D;
--navy-800: #240F70;
--navy-900: #170A48;
--navy-950: #0F062D;
}