Navy
#14074A
BlueColor Codes
All color formats for development
HEX
#14074ARGB
rgb(20, 7, 74)HSL
hsl(252, 83%, 16%)OKLCH
oklch(0.212 0.113 279.9)CMYK
cmyk(73%, 91%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#120643
2#10063C
3#0E0534
4#0C042D
5#0A0325
6#08031E
7#060216
8#04010F
9#020107
Tints
Lighter variations
1#1F0B72
2#2A0E99
3#3512C0
4#3F16E7
5#5F3BED
6#7F62F0
7#9F89F4
8#BFB1F8
9#DFD8FB
Tones
Muted variations
1#170A47
2#190E44
3#1B1141
4#1D143D
5#1F183A
6#211B36
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 | E4DE #E4DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC2 #CDC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A794 #A794F5 | BordersInactive statesPlaceholder text |
| 400 | 795C #795CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 532D #532DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3813 #3813CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D0F #2D0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 200B #200B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1407 #14074B | Primary textHigh emphasis contentDark headings |
| 950 | 0D04 #0D042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F1FE;
--navy-100: #E4DEFC;
--navy-200: #CDC2F9;
--navy-300: #A794F5;
--navy-400: #795CF0;
--navy-500: #532DEB;
--navy-600: #3813CD;
--navy-700: #2D0FA3;
--navy-800: #200B75;
--navy-900: #14074B;
--navy-950: #0D042F;
}