Navy
#150949
BlueColor Codes
All color formats for development
HEX
#150949RGB
rgb(21, 9, 73)HSL
hsl(251, 78%, 16%)OKLCH
oklch(0.215 0.109 280.7)CMYK
cmyk(71%, 88%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#130841
2#11073A
3#0E0633
4#0C052C
5#0A0424
6#08041D
7#060316
8#04020F
9#020107
Tints
Lighter variations
1#1F0E6F
2#2A1295
3#3517BB
4#401CE1
5#5F40E7
6#7F66EC
7#9F8DF1
8#BFB3F6
9#DFD9FA
Tones
Muted variations
1#170C45
2#190F42
3#1B133F
4#1D163C
5#1F1939
6#211C36
7#231F32
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 | E4DF #E4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC4 #CDC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A797 #A797F2 | BordersInactive statesPlaceholder text |
| 400 | 7A60 #7A60EB | Disabled statesSecondary iconsMuted text |
| 500 | 5433 #5433E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3919 #3919C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D14 #2D149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 200E #200E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1509 #150949 | Primary textHigh emphasis contentDark headings |
| 950 | 0D06 #0D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F1FD;
--navy-100: #E4DFFB;
--navy-200: #CDC4F8;
--navy-300: #A797F2;
--navy-400: #7A60EB;
--navy-500: #5433E6;
--navy-600: #3919C8;
--navy-700: #2D149F;
--navy-800: #200E71;
--navy-900: #150949;
--navy-950: #0D062D;
}