Navy
#0F1F70
BlueColor Codes
All color formats for development
HEX
#0F1F70RGB
rgb(15, 31, 112)HSL
hsl(230, 76%, 25%)OKLCH
oklch(0.293 0.14 267.3)CMYK
cmyk(87%, 72%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E1C65
2#0C195A
3#0B164F
4#091343
5#081038
6#060D2D
7#050922
8#030616
9#02030B
Tints
Lighter variations
1#142992
2#1832B4
3#1D3CD5
4#3552E3
5#576FE8
6#788CED
7#9AA9F1
8#BCC5F6
9#DDE2FA
Tones
Muted variations
1#14236B
2#192667
3#1E2962
4#232C5D
5#283058
6#2C3353
7#31364E
8#363949
9#3B3D45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E4 #E0E4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5CD #C5CDF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98A7 #98A7F1 | BordersInactive statesPlaceholder text |
| 400 | 6279 #6279EA | Disabled statesSecondary iconsMuted text |
| 500 | 3552 #3552E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B37 #1B37C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 152C #152C9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F1F #0F1F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A14 #0A1448 | 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: #F2F3FD;
--navy-100: #E0E4FB;
--navy-200: #C5CDF7;
--navy-300: #98A7F1;
--navy-400: #6279EA;
--navy-500: #3552E3;
--navy-600: #1B37C5;
--navy-700: #152C9D;
--navy-800: #0F1F70;
--navy-900: #0A1448;
--navy-950: #060D2D;
}