Navy
#17074A
BlueColor Codes
All color formats for development
HEX
#17074ARGB
rgb(23, 7, 74)HSL
hsl(254, 83%, 16%)OKLCH
oklch(0.215 0.112 282.7)CMYK
cmyk(69%, 91%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#140643
2#12063C
3#100534
4#0E042D
5#0B0325
6#09031E
7#070216
8#05010F
9#020107
Tints
Lighter variations
1#230B72
2#2F0E99
3#3B12C0
4#4616E7
5#643BED
6#8362F0
7#A289F4
8#C1B1F8
9#E0D8FB
Tones
Muted variations
1#190A47
2#1A0E44
3#1C1141
4#1E143D
5#20183A
6#221B36
7#231F33
8#252230
9#27252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DE #E5DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC2 #CFC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | AA94 #AA94F5 | BordersInactive statesPlaceholder text |
| 400 | 7E5C #7E5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 592D #592DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F13 #3F13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 320F #320FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 240B #240B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1707 #17074B | Primary textHigh emphasis contentDark headings |
| 950 | 0E04 #0E042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F1FE;
--navy-100: #E5DEFC;
--navy-200: #CFC2F9;
--navy-300: #AA94F5;
--navy-400: #7E5CF0;
--navy-500: #592DEB;
--navy-600: #3F13CD;
--navy-700: #320FA3;
--navy-800: #240B75;
--navy-900: #17074B;
--navy-950: #0E042F;
}