Navy
#0D074B
BlueColor Codes
All color formats for development
HEX
#0D074BRGB
rgb(13, 7, 75)HSL
hsl(245, 83%, 16%)OKLCH
oklch(0.208 0.116 273.7)CMYK
cmyk(83%, 91%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B0643
2#0A063C
3#090534
4#08042D
5#060325
6#05031E
7#040216
8#03010F
9#010107
Tints
Lighter variations
1#130B72
2#1A0E99
3#2012C0
4#2716E7
5#4A3BED
6#6E62F0
7#9289F4
8#B7B1F8
9#DBD8FB
Tones
Muted variations
1#0F0A47
2#120E44
3#151141
4#18143D
5#1B183A
6#1E1B36
7#201F33
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 #C7C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C94 #9C94F5 | BordersInactive statesPlaceholder text |
| 400 | 685C #685CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 3D2D #3D2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2313 #2313CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C0F #1C0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 140B #140B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D07 #0D074B | 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: #C7C2F9;
--navy-300: #9C94F5;
--navy-400: #685CF0;
--navy-500: #3D2DEB;
--navy-600: #2313CD;
--navy-700: #1C0FA3;
--navy-800: #140B75;
--navy-900: #0D074B;
--navy-950: #08042F;
}