Navy
#0A1C75
BlueColor Codes
All color formats for development
HEX
#0A1C75RGB
rgb(10, 28, 117)HSL
hsl(230, 84%, 25%)OKLCH
oklch(0.292 0.151 266.2)CMYK
cmyk(91%, 76%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09196A
2#08165E
3#071452
4#061146
5#050E3B
6#040B2F
7#030823
8#020617
9#01030C
Tints
Lighter variations
1#0D2498
2#102DBC
3#1335DF
4#2C4CED
5#4F6AF0
6#7288F3
7#95A5F6
8#B9C3F9
9#DCE1FC
Tones
Muted variations
1#102070
2#15236B
3#1A2765
4#202A60
5#252E5B
6#2A3155
7#303550
8#35394A
9#3A3C45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE3 #DEE3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CB #C2CBFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93A4 #93A4F6 | BordersInactive statesPlaceholder text |
| 400 | 5B74 #5B74F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C4C #2C4CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1231 #1231CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E27 #0E27A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A1C #0A1C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0712 #07124B | Primary textHigh emphasis contentDark headings |
| 950 | 040B #040B2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F3FE;
--navy-100: #DEE3FC;
--navy-200: #C2CBFA;
--navy-300: #93A4F6;
--navy-400: #5B74F1;
--navy-500: #2C4CED;
--navy-600: #1231CE;
--navy-700: #0E27A4;
--navy-800: #0A1C75;
--navy-900: #07124B;
--navy-950: #040B2F;
}