Navy
#0C084A
BlueColor Codes
All color formats for development
HEX
#0C084ARGB
rgb(12, 8, 74)HSL
hsl(244, 80%, 16%)OKLCH
oklch(0.207 0.114 273)CMYK
cmyk(84%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B0742
2#0A073B
3#090633
4#08052C
5#060425
6#05031D
7#040216
8#03020F
9#010107
Tints
Lighter variations
1#130C70
2#1A1197
3#2015BD
4#2719E4
5#4A3EEA
6#6E65EE
7#928BF2
8#B6B2F6
9#DBD8FB
Tones
Muted variations
1#0F0B46
2#120F43
3#151240
4#18153C
5#1B1839
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 | E1DF #E1DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C3 #C7C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C95 #9C95F3 | BordersInactive statesPlaceholder text |
| 400 | 685E #685EED | Disabled statesSecondary iconsMuted text |
| 500 | 3D30 #3D30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2216 #2216CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B12 #1B12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 140D #140D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D08 #0D0849 | Primary textHigh emphasis contentDark headings |
| 950 | 0805 #08052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FD;
--navy-100: #E1DFFB;
--navy-200: #C7C3F8;
--navy-300: #9C95F3;
--navy-400: #685EED;
--navy-500: #3D30E8;
--navy-600: #2216CA;
--navy-700: #1B12A1;
--navy-800: #140D73;
--navy-900: #0D0849;
--navy-950: #08052E;
}