Navy
#15074A
BlueColor Codes
All color formats for development
HEX
#15074ARGB
rgb(21, 7, 74)HSL
hsl(253, 83%, 16%)OKLCH
oklch(0.213 0.112 280.8)CMYK
cmyk(72%, 91%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#130643
2#11063C
3#0F0534
4#0D042D
5#0B0325
6#09031E
7#060216
8#04010F
9#020107
Tints
Lighter variations
1#210B72
2#2C0E99
3#3812C0
4#4316E7
5#623BED
6#8162F0
7#A189F4
8#C0B1F8
9#E0D8FB
Tones
Muted variations
1#180A47
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 | E5DE #E5DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEC2 #CEC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A994 #A994F5 | BordersInactive statesPlaceholder text |
| 400 | 7C5C #7C5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 562D #562DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B13 #3B13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F0F #2F0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 220B #220B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1607 #16074B | 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: #CEC2F9;
--navy-300: #A994F5;
--navy-400: #7C5CF0;
--navy-500: #562DEB;
--navy-600: #3B13CD;
--navy-700: #2F0FA3;
--navy-800: #220B75;
--navy-900: #16074B;
--navy-950: #0E042F;
}