Navy
#0F1A71
BlueColor Codes
All color formats for development
HEX
#0F1A71RGB
rgb(15, 26, 113)HSL
hsl(233, 77%, 25%)OKLCH
oklch(0.286 0.147 268.1)CMYK
cmyk(87%, 77%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D1866
2#0C155A
3#0A124F
4#091044
5#070D38
6#060A2D
7#040822
8#030517
9#01030B
Tints
Lighter variations
1#132293
2#172AB5
3#1C32D6
4#3449E5
5#5667E9
6#7885ED
7#99A4F2
8#BBC2F6
9#DDE1FB
Tones
Muted variations
1#141E6C
2#182267
3#1D2562
4#22295D
5#272D58
6#2C3153
7#31344E
8#36384A
9#3B3C45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE3 #DFE3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CA #C4CAF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97A2 #97A2F2 | BordersInactive statesPlaceholder text |
| 400 | 6171 #6171EA | Disabled statesSecondary iconsMuted text |
| 500 | 3449 #3449E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A2E #1A2EC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1525 #15259E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F1A #0F1A71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0911 #091148 | Primary textHigh emphasis contentDark headings |
| 950 | 060A #060A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F3FD;
--navy-100: #DFE3FB;
--navy-200: #C4CAF7;
--navy-300: #97A2F2;
--navy-400: #6171EA;
--navy-500: #3449E5;
--navy-600: #1A2EC7;
--navy-700: #15259E;
--navy-800: #0F1A71;
--navy-900: #091148;
--navy-950: #060A2D;
}