Navy
#170849
BlueColor Codes
All color formats for development
HEX
#170849RGB
rgb(23, 8, 73)HSL
hsl(254, 80%, 16%)OKLCH
oklch(0.216 0.11 282.8)CMYK
cmyk(68%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#150742
2#13073B
3#100633
4#0E052C
5#0C0425
6#09031D
7#070216
8#05020F
9#020107
Tints
Lighter variations
1#240C70
2#301197
3#3C15BD
4#4919E4
5#663EEA
6#8565EE
7#A38BF2
8#C2B2F6
9#E0D8FB
Tones
Muted variations
1#190B46
2#1B0F43
3#1D1240
4#1E153C
5#201839
6#221C36
7#241F33
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 | D0C3 #D0C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AB95 #AB95F3 | BordersInactive statesPlaceholder text |
| 400 | 805E #805EED | Disabled statesSecondary iconsMuted text |
| 500 | 5B30 #5B30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4016 #4016CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3312 #3312A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 250D #250D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1708 #170849 | Primary textHigh emphasis contentDark headings |
| 950 | 0F05 #0F052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F1FD;
--navy-100: #E6DFFB;
--navy-200: #D0C3F8;
--navy-300: #AB95F3;
--navy-400: #805EED;
--navy-500: #5B30E8;
--navy-600: #4016CA;
--navy-700: #3312A1;
--navy-800: #250D73;
--navy-900: #170849;
--navy-950: #0F052E;
}