Navy
#180A48
BlueColor Codes
All color formats for development
HEX
#180A48RGB
rgb(24, 10, 72)HSL
hsl(254, 76%, 16%)OKLCH
oklch(0.218 0.106 283.6)CMYK
cmyk(67%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#160941
2#130839
3#110732
4#0F062B
5#0C0524
6#0A041D
7#070316
8#05020E
9#020107
Tints
Lighter variations
1#250F6E
2#321493
3#3E19B9
4#4B1EDF
5#6843E5
6#8768EA
7#A58EF0
8#C3B4F5
9#E1D9FA
Tones
Muted variations
1#1A0D45
2#1C1042
3#1D133F
4#1F163B
5#211938
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 | E6E0 #E6E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C5 #D0C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | AD98 #AD98F1 | BordersInactive statesPlaceholder text |
| 400 | 8262 #8262EA | Disabled statesSecondary iconsMuted text |
| 500 | 5E35 #5E35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 431B #431BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3515 #35159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 260F #260F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 180A #180A48 | 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: #E6E0FB;
--navy-200: #D0C5F7;
--navy-300: #AD98F1;
--navy-400: #8262EA;
--navy-500: #5E35E3;
--navy-600: #431BC5;
--navy-700: #35159D;
--navy-800: #260F70;
--navy-900: #180A48;
--navy-950: #0F062D;
}