Navy
#0F2471
BlueColor Codes
All color formats for development
HEX
#0F2471RGB
rgb(15, 36, 113)HSL
hsl(227, 77%, 25%)OKLCH
oklch(0.304 0.135 266.1)CMYK
cmyk(87%, 68%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D2066
2#0C1D5A
3#0A194F
4#091644
5#071238
6#060E2D
7#040B22
8#030717
9#01040B
Tints
Lighter variations
1#132F93
2#1739B5
3#1C44D6
4#345AE5
5#5676E9
6#7891ED
7#99ADF2
8#BBC8F6
9#DDE4FB
Tones
Muted variations
1#14276C
2#182967
3#1D2C62
4#222F5D
5#273258
6#2C3553
7#31374E
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 | DFE5 #DFE5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CF #C4CFF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97AB #97ABF2 | BordersInactive statesPlaceholder text |
| 400 | 617F #617FEA | Disabled statesSecondary iconsMuted text |
| 500 | 345A #345AE5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A3F #1A3FC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1532 #15329E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F24 #0F2471 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0917 #091748 | Primary textHigh emphasis contentDark headings |
| 950 | 060E #060E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F4FD;
--navy-100: #DFE5FB;
--navy-200: #C4CFF7;
--navy-300: #97ABF2;
--navy-400: #617FEA;
--navy-500: #345AE5;
--navy-600: #1A3FC7;
--navy-700: #15329E;
--navy-800: #0F2471;
--navy-900: #091748;
--navy-950: #060E2D;
}