Navy
#0F2170
BlueColor Codes
All color formats for development
HEX
#0F2170RGB
rgb(15, 33, 112)HSL
hsl(229, 76%, 25%)OKLCH
oklch(0.297 0.137 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#0E1E65
2#0C1A5A
3#0B174F
4#091443
5#081138
6#060D2D
7#050A22
8#030716
9#02030B
Tints
Lighter variations
1#142B92
2#1835B4
3#1D3FD5
4#3555E3
5#5771E8
6#788EED
7#9AAAF1
8#BCC6F6
9#DDE3FA
Tones
Muted variations
1#14246B
2#192767
3#1E2A62
4#232D5D
5#283058
6#2C3353
7#31374E
8#363A49
9#3B3D45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E5 #E0E5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5CE #C5CEF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98A8 #98A8F1 | BordersInactive statesPlaceholder text |
| 400 | 627B #627BEA | Disabled statesSecondary iconsMuted text |
| 500 | 3555 #3555E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B3A #1B3AC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 152E #152E9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F21 #0F2170 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A15 #0A1548 | 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: #F2F4FD;
--navy-100: #E0E5FB;
--navy-200: #C5CEF7;
--navy-300: #98A8F1;
--navy-400: #627BEA;
--navy-500: #3555E3;
--navy-600: #1B3AC5;
--navy-700: #152E9D;
--navy-800: #0F2170;
--navy-900: #0A1548;
--navy-950: #060D2D;
}