Navy
#16064C
BlueColor Codes
All color formats for development
HEX
#16064CRGB
rgb(22, 6, 76)HSL
hsl(254, 85%, 16%)OKLCH
oklch(0.216 0.116 281.3)CMYK
cmyk(71%, 92%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#140644
2#12053C
3#100435
4#0D042D
5#0B0326
6#09021E
7#070217
8#04010F
9#020108
Tints
Lighter variations
1#220973
2#2E0D9B
3#3910C2
4#4513EA
5#6339EF
6#8260F2
7#A288F5
8#C1B0F9
9#E0D7FC
Tones
Muted variations
1#180A48
2#1A0D45
3#1C1141
4#1E143E
5#20173A
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 | CFC2 #CFC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | AA92 #AA92F6 | BordersInactive statesPlaceholder text |
| 400 | 7D5A #7D5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 582B #582BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D11 #3D11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 310D #310DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 230A #230A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1606 #16064B | 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: #CFC2FA;
--navy-300: #AA92F6;
--navy-400: #7D5AF2;
--navy-500: #582BEE;
--navy-600: #3D11D0;
--navy-700: #310DA5;
--navy-800: #230A76;
--navy-900: #16064B;
--navy-950: #0E042F;
}