Navy
#0A3575
BlueColor Codes
All color formats for development
HEX
#0A3575RGB
rgb(10, 53, 117)HSL
hsl(216, 84%, 25%)OKLCH
oklch(0.343 0.119 259.2)CMYK
cmyk(91%, 55%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09306A
2#082A5E
3#072552
4#062046
5#051B3B
6#04152F
7#031023
8#020B17
9#01050C
Tints
Lighter variations
1#0D4598
2#1055BC
3#1365DF
4#2C79ED
5#4F8FF0
6#72A6F3
7#95BCF6
8#B9D2F9
9#DCE9FC
Tones
Muted variations
1#103670
2#15376B
3#1A3865
4#203960
5#253A5B
6#2A3B55
7#303D50
8#353E4A
9#3A3F45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEA #DEEAFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D8 #C2D8FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93BA #93BAF6 | BordersInactive statesPlaceholder text |
| 400 | 5B97 #5B97F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C79 #2C79ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 125D #125DCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E4A #0E4AA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A35 #0A3575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0722 #07224B | Primary textHigh emphasis contentDark headings |
| 950 | 0415 #04152F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F6FE;
--navy-100: #DEEAFC;
--navy-200: #C2D8FA;
--navy-300: #93BAF6;
--navy-400: #5B97F1;
--navy-500: #2C79ED;
--navy-600: #125DCE;
--navy-700: #0E4AA4;
--navy-800: #0A3575;
--navy-900: #07224B;
--navy-950: #04152F;
}