Navy
#0F2370
BlueColor Codes
All color formats for development
HEX
#0F2370RGB
rgb(15, 35, 112)HSL
hsl(228, 76%, 25%)OKLCH
oklch(0.301 0.135 266.3)CMYK
cmyk(87%, 69%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E1F65
2#0C1C5A
3#0B184F
4#091543
5#081138
6#060E2D
7#050A22
8#030716
9#02030B
Tints
Lighter variations
1#142D92
2#1837B4
3#1D42D5
4#3558E3
5#5774E8
6#7890ED
7#9AABF1
8#BCC7F6
9#DDE3FA
Tones
Muted variations
1#14266B
2#192867
3#1E2B62
4#232E5D
5#283158
6#2C3453
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 | C5CF #C5CFF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98AA #98AAF1 | BordersInactive statesPlaceholder text |
| 400 | 627D #627DEA | Disabled statesSecondary iconsMuted text |
| 500 | 3558 #3558E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B3D #1B3DC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1531 #15319D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F23 #0F2370 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A16 #0A1648 | 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: #F2F4FD;
--navy-100: #E0E5FB;
--navy-200: #C5CFF7;
--navy-300: #98AAF1;
--navy-400: #627DEA;
--navy-500: #3558E3;
--navy-600: #1B3DC5;
--navy-700: #15319D;
--navy-800: #0F2370;
--navy-900: #0A1648;
--navy-950: #060E2D;
}