Navy
#0D064B
BlueColor Codes
All color formats for development
HEX
#0D064BRGB
rgb(13, 6, 75)HSL
hsl(246, 85%, 16%)OKLCH
oklch(0.206 0.117 273.9)CMYK
cmyk(83%, 92%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C0644
2#0A053C
3#090435
4#08042D
5#070326
6#05021E
7#040217
8#03010F
9#010108
Tints
Lighter variations
1#140973
2#1B0D9B
3#2210C2
4#2813EA
5#4B39EF
6#6F60F2
7#9388F5
8#B7B0F9
9#DBD7FC
Tones
Muted variations
1#100A48
2#130D45
3#151141
4#18143E
5#1B173A
6#1E1B37
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 | C7C2 #C7C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C92 #9C92F6 | BordersInactive statesPlaceholder text |
| 400 | 695A #695AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E2B #3E2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2411 #2411D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D0D #1D0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 140A #140A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D06 #0D064B | Primary textHigh emphasis contentDark headings |
| 950 | 0804 #08042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FE;
--navy-100: #E1DEFC;
--navy-200: #C7C2FA;
--navy-300: #9C92F6;
--navy-400: #695AF2;
--navy-500: #3E2BEE;
--navy-600: #2411D0;
--navy-700: #1D0DA5;
--navy-800: #140A76;
--navy-900: #0D064B;
--navy-950: #08042F;
}