Navy
#0A074B
BlueColor Codes
All color formats for development
HEX
#0A074BRGB
rgb(10, 7, 75)HSL
hsl(243, 83%, 16%)OKLCH
oklch(0.206 0.117 271.6)CMYK
cmyk(87%, 91%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#090643
2#08063C
3#070534
4#06042D
5#050325
6#04031E
7#030216
8#02010F
9#010107
Tints
Lighter variations
1#100B72
2#150E99
3#1B12C0
4#2016E7
5#443BED
6#6962F0
7#8F89F4
8#B4B1F8
9#DAD8FB
Tones
Muted variations
1#0D0A47
2#100E44
3#131141
4#17143D
5#1A183A
6#1D1B36
7#201F33
8#232230
9#26252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DE #E0DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C2 #C5C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9994 #9994F5 | BordersInactive statesPlaceholder text |
| 400 | 635C #635CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 372D #372DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C13 #1C13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 170F #170FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 100B #100B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A07 #0A074B | Primary textHigh emphasis contentDark headings |
| 950 | 0604 #06042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FE;
--navy-100: #E0DEFC;
--navy-200: #C5C2F9;
--navy-300: #9994F5;
--navy-400: #635CF0;
--navy-500: #372DEB;
--navy-600: #1C13CD;
--navy-700: #170FA3;
--navy-800: #100B75;
--navy-900: #0A074B;
--navy-950: #06042F;
}