Navy
#0C0052
BlueColor Codes
All color formats for development
HEX
#0C0052RGB
rgb(12, 0, 82)HSL
hsl(249, 100%, 16%)OKLCH
oklch(0.206 0.132 272.5)CMYK
cmyk(85%, 100%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B0049
2#0A0041
3#090039
4#070031
5#060029
6#050021
7#040018
8#020010
9#010008
Tints
Lighter variations
1#13007C
2#1900A7
3#2000D2
4#2600FD
5#4929FF
6#6D54FF
7#927EFF
8#B6A9FF
9#DBD4FF
Tones
Muted variations
1#0F044E
2#120849
3#150C45
4#181041
5#1B143D
6#1D1839
7#201D35
8#232131
9#26252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DB #E1DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7BD #C7BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B8A #9B8AFF | BordersInactive statesPlaceholder text |
| 400 | 674D #674DFF | Disabled statesSecondary iconsMuted text |
| 500 | 3C1A #3C1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2200 #2200E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B00 #1B00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1300 #130080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C00 #0C0052 | Primary textHigh emphasis contentDark headings |
| 950 | 0800 #080033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F0FF;
--navy-100: #E1DBFF;
--navy-200: #C7BDFF;
--navy-300: #9B8AFF;
--navy-400: #674DFF;
--navy-500: #3C1AFF;
--navy-600: #2200E0;
--navy-700: #1B00B3;
--navy-800: #130080;
--navy-900: #0C0052;
--navy-950: #080033;
}