Navy
#0A2375
BlueColor Codes
All color formats for development
HEX
#0A2375RGB
rgb(10, 35, 117)HSL
hsl(226, 84%, 25%)OKLCH
oklch(0.304 0.143 265)CMYK
cmyk(91%, 70%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09206A
2#081C5E
3#071952
4#061546
5#05123B
6#040E2F
7#030B23
8#020717
9#01040C
Tints
Lighter variations
1#0D2E98
2#1038BC
3#1343DF
4#2C59ED
5#4F75F0
6#7290F3
7#95ACF6
8#B9C8F9
9#DCE3FC
Tones
Muted variations
1#102670
2#15296B
3#1A2C65
4#202F60
5#25315B
6#2A3455
7#303750
8#353A4A
9#3A3D45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE5 #DEE5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CF #C2CFFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93AA #93AAF6 | BordersInactive statesPlaceholder text |
| 400 | 5B7E #5B7EF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C59 #2C59ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 123E #123ECE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E31 #0E31A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A23 #0A2375 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0717 #07174B | Primary textHigh emphasis contentDark headings |
| 950 | 040E #040E2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F4FE;
--navy-100: #DEE5FC;
--navy-200: #C2CFFA;
--navy-300: #93AAF6;
--navy-400: #5B7EF1;
--navy-500: #2C59ED;
--navy-600: #123ECE;
--navy-700: #0E31A4;
--navy-800: #0A2375;
--navy-900: #07174B;
--navy-950: #040E2F;
}