Navy
#15064B
BlueColor Codes
All color formats for development
HEX
#15064BRGB
rgb(21, 6, 75)HSL
hsl(253, 85%, 16%)OKLCH
oklch(0.213 0.115 280.7)CMYK
cmyk(72%, 92%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#130644
2#11053C
3#0F0435
4#0D042D
5#0B0326
6#08021E
7#060217
8#04010F
9#020108
Tints
Lighter variations
1#200973
2#2B0D9B
3#3610C2
4#4213EA
5#6039EF
6#8060F2
7#A088F5
8#C0B0F9
9#DFD7FC
Tones
Muted variations
1#170A48
2#190D45
3#1B1141
4#1D143E
5#1F173A
6#211B37
7#231E33
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 #CEC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | A892 #A892F6 | BordersInactive statesPlaceholder text |
| 400 | 7B5A #7B5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 552B #552BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A11 #3A11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E0D #2E0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 210A #210A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1506 #15064B | 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: #E5DEFC;
--navy-200: #CEC2FA;
--navy-300: #A892F6;
--navy-400: #7B5AF2;
--navy-500: #552BEE;
--navy-600: #3A11D0;
--navy-700: #2E0DA5;
--navy-800: #210A76;
--navy-900: #15064B;
--navy-950: #0D042F;
}