Navy
#0D0D44
BlueColor Codes
All color formats for development
HEX
#0D0D44RGB
rgb(13, 13, 68)HSL
hsl(240, 68%, 16%)OKLCH
oklch(0.208 0.099 273.6)CMYK
cmyk(81%, 81%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C0C3E
2#0A0A37
3#090930
4#080829
5#070722
6#05051B
7#040415
8#03030E
9#010107
Tints
Lighter variations
1#141469
2#1B1B8D
3#2222B1
4#2828D4
5#4B4BDD
6#6F6FE4
7#9393EA
8#B7B7F1
9#DBDBF8
Tones
Muted variations
1#101042
2#13133F
3#15153C
4#181839
5#1B1B37
6#1E1E34
7#202031
8#23232E
9#26262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E1 #E1E1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C7 #C7C7F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C9C #9C9CEC | BordersInactive statesPlaceholder text |
| 400 | 6969 #6969E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E3E #3E3EDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2424 #2424BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D1D #1D1D96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1414 #14146B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D0D #0D0D45 | Primary textHigh emphasis contentDark headings |
| 950 | 0808 #08082B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F2FD;
--navy-100: #E1E1F9;
--navy-200: #C7C7F4;
--navy-300: #9C9CEC;
--navy-400: #6969E2;
--navy-500: #3E3EDA;
--navy-600: #2424BC;
--navy-700: #1D1D96;
--navy-800: #14146B;
--navy-900: #0D0D45;
--navy-950: #08082B;
}