Navy
#0F1271
BlueColor Codes
All color formats for development
HEX
#0F1271RGB
rgb(15, 18, 113)HSL
hsl(238, 77%, 25%)OKLCH
oklch(0.274 0.155 269.1)CMYK
cmyk(87%, 84%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D1066
2#0C0E5A
3#0A0D4F
4#090B44
5#070938
6#06072D
7#040522
8#030417
9#01020B
Tints
Lighter variations
1#131793
2#171DB5
3#1C22D6
4#343AE5
5#565BE9
6#787CED
7#999CF2
8#BBBDF6
9#DDDEFB
Tones
Muted variations
1#14176C
2#181B67
3#1D2062
4#22245D
5#272958
6#2C2D53
7#31324E
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 | DFE0 #DFE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C6 #C4C6F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 979A #979AF2 | BordersInactive statesPlaceholder text |
| 400 | 6166 #6166EA | Disabled statesSecondary iconsMuted text |
| 500 | 343A #343AE5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A20 #1A20C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1519 #15199E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F12 #0F1271 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090B #090B48 | Primary textHigh emphasis contentDark headings |
| 950 | 0607 #06072D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FD;
--navy-100: #DFE0FB;
--navy-200: #C4C6F7;
--navy-300: #979AF2;
--navy-400: #6166EA;
--navy-500: #343AE5;
--navy-600: #1A20C7;
--navy-700: #15199E;
--navy-800: #0F1271;
--navy-900: #090B48;
--navy-950: #06072D;
}