Navy
#0F1571
BlueColor Codes
All color formats for development
HEX
#0F1571RGB
rgb(15, 21, 113)HSL
hsl(236, 77%, 25%)OKLCH
oklch(0.278 0.152 268.8)CMYK
cmyk(87%, 81%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D1366
2#0C115A
3#0A0F4F
4#090D44
5#070B38
6#06082D
7#040622
8#030417
9#01020B
Tints
Lighter variations
1#131C93
2#1722B5
3#1C28D6
4#3440E5
5#5660E9
6#787FED
7#999FF2
8#BBBFF6
9#DDDFFB
Tones
Muted variations
1#14196C
2#181E67
3#1D2262
4#22265D
5#272A58
6#2C2F53
7#31334E
8#36374A
9#3B3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE1 #DFE1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C8 #C4C8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 979D #979DF2 | BordersInactive statesPlaceholder text |
| 400 | 616A #616AEA | Disabled statesSecondary iconsMuted text |
| 500 | 3440 #3440E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A25 #1A25C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 151E #151E9E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F15 #0F1571 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090E #090E48 | Primary textHigh emphasis contentDark headings |
| 950 | 0608 #06082D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FD;
--navy-100: #DFE1FB;
--navy-200: #C4C8F7;
--navy-300: #979DF2;
--navy-400: #616AEA;
--navy-500: #3440E5;
--navy-600: #1A25C7;
--navy-700: #151E9E;
--navy-800: #0F1571;
--navy-900: #090E48;
--navy-950: #06082D;
}