Navy
#150849
BlueColor Codes
All color formats for development
HEX
#150849RGB
rgb(21, 8, 73)HSL
hsl(252, 80%, 16%)OKLCH
oklch(0.214 0.11 280.9)CMYK
cmyk(71%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#130742
2#11073B
3#0F0633
4#0D052C
5#0B0425
6#08031D
7#060216
8#04020F
9#020107
Tints
Lighter variations
1#200C70
2#2B1197
3#3715BD
4#4219E4
5#603EEA
6#8065EE
7#A08BF2
8#C0B2F6
9#DFD8FB
Tones
Muted variations
1#170B46
2#190F43
3#1B1240
4#1D153C
5#1F1839
6#211C36
7#231F33
8#25222F
9#27262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DF #E5DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEC3 #CEC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A895 #A895F3 | BordersInactive statesPlaceholder text |
| 400 | 7B5E #7B5EED | Disabled statesSecondary iconsMuted text |
| 500 | 5530 #5530E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A16 #3A16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E12 #2E12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 210D #210D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1508 #150849 | Primary textHigh emphasis contentDark headings |
| 950 | 0D05 #0D052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F1FD;
--navy-100: #E5DFFB;
--navy-200: #CEC3F8;
--navy-300: #A895F3;
--navy-400: #7B5EED;
--navy-500: #5530E8;
--navy-600: #3A16CA;
--navy-700: #2E12A1;
--navy-800: #210D73;
--navy-900: #150849;
--navy-950: #0D052E;
}