Navy
#1507AB
BlueColor Codes
All color formats for development
HEX
#1507ABRGB
rgb(21, 7, 171)HSL
hsl(245, 92%, 35%)OKLCH
oklch(0.345 0.225 267.8)CMYK
cmyk(88%, 96%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13069A
2#110689
3#0F0578
4#0C0467
5#0A0456
6#080345
7#060233
8#040122
9#020111
Tints
Lighter variations
1#1908CB
2#1D0AEB
3#3220F6
4#4F40F7
5#6D60F8
6#8A80FA
7#A7A0FB
8#C4BFFC
9#E2DFFE
Tones
Muted variations
1#1C0FA3
2#23189B
3#292093
4#30288B
5#373082
6#3E387A
7#454172
8#4C496A
9#525161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDD #DFDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4BF #C4BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 978E #978EFA | BordersInactive statesPlaceholder text |
| 400 | 6154 #6154F8 | Disabled statesSecondary iconsMuted text |
| 500 | 3423 #3423F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A09 #1A09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1507 #1507AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F05 #0F057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A03 #0A034E | Primary textHigh emphasis contentDark headings |
| 950 | 0602 #060231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F0FE;
--navy-100: #DFDDFE;
--navy-200: #C4BFFC;
--navy-300: #978EFA;
--navy-400: #6154F8;
--navy-500: #3423F6;
--navy-600: #1A09D7;
--navy-700: #1507AB;
--navy-800: #0F057A;
--navy-900: #0A034E;
--navy-950: #060231;
}