Navy
#0F2171
BlueColor Codes
All color formats for development
HEX
#0F2171RGB
rgb(15, 33, 113)HSL
hsl(229, 77%, 25%)OKLCH
oklch(0.298 0.139 266.8)CMYK
cmyk(87%, 71%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D1D66
2#0C1A5A
3#0A174F
4#091444
5#071038
6#060D2D
7#040A22
8#030717
9#01030B
Tints
Lighter variations
1#132A93
2#1734B5
3#1C3ED6
4#3454E5
5#5671E9
6#788DED
7#99AAF2
8#BBC6F6
9#DDE3FB
Tones
Muted variations
1#14246C
2#182767
3#1D2A62
4#222D5D
5#273058
6#2C3353
7#31364E
8#363A4A
9#3B3D45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE4 #DFE4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CE #C4CEF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97A8 #97A8F2 | BordersInactive statesPlaceholder text |
| 400 | 617A #617AEA | Disabled statesSecondary iconsMuted text |
| 500 | 3454 #3454E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A39 #1A39C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 152E #152E9E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F21 #0F2171 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0915 #091548 | Primary textHigh emphasis contentDark headings |
| 950 | 060D #060D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F4FD;
--navy-100: #DFE4FB;
--navy-200: #C4CEF7;
--navy-300: #97A8F2;
--navy-400: #617AEA;
--navy-500: #3454E5;
--navy-600: #1A39C7;
--navy-700: #152E9E;
--navy-800: #0F2171;
--navy-900: #091548;
--navy-950: #060D2D;
}