Navy
#180949
BlueColor Codes
All color formats for development
HEX
#180949RGB
rgb(24, 9, 73)HSL
hsl(254, 78%, 16%)OKLCH
oklch(0.218 0.108 283.5)CMYK
cmyk(67%, 88%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#150841
2#13073A
3#110633
4#0E052C
5#0C0424
6#0A041D
7#070316
8#05020F
9#020107
Tints
Lighter variations
1#240E6F
2#311295
3#3D17BB
4#4A1CE1
5#6740E7
6#8666EC
7#A48DF1
8#C2B3F6
9#E1D9FA
Tones
Muted variations
1#1A0C45
2#1B0F42
3#1D133F
4#1F163C
5#201939
6#221C36
7#241F32
8#25222F
9#27262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DF #E6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C4 #D0C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AC97 #AC97F2 | BordersInactive statesPlaceholder text |
| 400 | 8160 #8160EB | Disabled statesSecondary iconsMuted text |
| 500 | 5D33 #5D33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4219 #4219C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3414 #34149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 250E #250E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1809 #180949 | 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: #F4F1FD;
--navy-100: #E6DFFB;
--navy-200: #D0C4F8;
--navy-300: #AC97F2;
--navy-400: #8160EB;
--navy-500: #5D33E6;
--navy-600: #4219C8;
--navy-700: #34149F;
--navy-800: #250E71;
--navy-900: #180949;
--navy-950: #0F062D;
}