Navy
#0A1775
BlueColor Codes
All color formats for development
HEX
#0A1775RGB
rgb(10, 23, 117)HSL
hsl(233, 84%, 25%)OKLCH
oklch(0.284 0.156 266.8)CMYK
cmyk(91%, 80%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09146A
2#08125E
3#071052
4#060E46
5#050B3B
6#04092F
7#030723
8#020517
9#01020C
Tints
Lighter variations
1#0D1E98
2#1024BC
3#132BDF
4#2C42ED
5#4F62F0
6#7281F3
7#95A1F6
8#B9C0F9
9#DCE0FC
Tones
Muted variations
1#101B70
2#151F6B
3#1A2365
4#202760
5#252B5B
6#2A2F55
7#303350
8#35384A
9#3A3C45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE2 #DEE2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C9 #C2C9FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 939F #939FF6 | BordersInactive statesPlaceholder text |
| 400 | 5B6C #5B6CF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C42 #2C42ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1228 #1228CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E20 #0E20A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A17 #0A1775 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070F #070F4B | Primary textHigh emphasis contentDark headings |
| 950 | 0409 #04092F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FE;
--navy-100: #DEE2FC;
--navy-200: #C2C9FA;
--navy-300: #939FF6;
--navy-400: #5B6CF1;
--navy-500: #2C42ED;
--navy-600: #1228CE;
--navy-700: #0E20A4;
--navy-800: #0A1775;
--navy-900: #070F4B;
--navy-950: #04092F;
}