Navy
#0C064C
BlueColor Codes
All color formats for development
HEX
#0C064CRGB
rgb(12, 6, 76)HSL
hsl(245, 85%, 16%)OKLCH
oklch(0.207 0.119 272.9)CMYK
cmyk(84%, 92%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B0644
2#0A053C
3#080435
4#07042D
5#060326
6#05021E
7#040217
8#02010F
9#010108
Tints
Lighter variations
1#120973
2#180D9B
3#1F10C2
4#2513EA
5#4839EF
6#6D60F2
7#9188F5
8#B6B0F9
9#DAD7FC
Tones
Muted variations
1#0F0A48
2#120D45
3#151141
4#17143E
5#1A173A
6#1D1B37
7#201E33
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 | E1DE #E1DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C2 #C6C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B92 #9B92F6 | BordersInactive statesPlaceholder text |
| 400 | 675A #675AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 3B2B #3B2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2111 #2111D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A0D #1A0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 130A #130A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C06 #0C064B | Primary textHigh emphasis contentDark headings |
| 950 | 0704 #07042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FE;
--navy-100: #E1DEFC;
--navy-200: #C6C2FA;
--navy-300: #9B92F6;
--navy-400: #675AF2;
--navy-500: #3B2BEE;
--navy-600: #2111D0;
--navy-700: #1A0DA5;
--navy-800: #130A76;
--navy-900: #0C064B;
--navy-950: #07042F;
}