Navy
#0A084A
BlueColor Codes
All color formats for development
HEX
#0A084ARGB
rgb(10, 8, 74)HSL
hsl(242, 80%, 16%)OKLCH
oklch(0.206 0.114 271.5)CMYK
cmyk(86%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#090742
2#08073B
3#070633
4#06052C
5#050425
6#04031D
7#030216
8#02020F
9#010107
Tints
Lighter variations
1#100C70
2#151197
3#1B15BD
4#2019E4
5#443EEA
6#6965EE
7#8F8BF2
8#B4B2F6
9#DAD8FB
Tones
Muted variations
1#0D0B46
2#100F43
3#131240
4#17153C
5#1A1839
6#1D1C36
7#201F33
8#23222F
9#26262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DF #E0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C3 #C5C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9995 #9995F3 | BordersInactive statesPlaceholder text |
| 400 | 635E #635EED | Disabled statesSecondary iconsMuted text |
| 500 | 3730 #3730E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C16 #1C16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1712 #1712A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 100D #100D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A08 #0A0849 | Primary textHigh emphasis contentDark headings |
| 950 | 0605 #06052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FD;
--navy-100: #E0DFFB;
--navy-200: #C5C3F8;
--navy-300: #9995F3;
--navy-400: #635EED;
--navy-500: #3730E8;
--navy-600: #1C16CA;
--navy-700: #1712A1;
--navy-800: #100D73;
--navy-900: #0A0849;
--navy-950: #06052E;
}