Navy
#0A0D48
BlueColor Codes
All color formats for development
HEX
#0A0D48RGB
rgb(10, 13, 72)HSL
hsl(237, 76%, 16%)OKLCH
oklch(0.211 0.106 270.8)CMYK
cmyk(86%, 82%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#090C41
2#080A39
3#070932
4#06082B
5#050624
6#04051D
7#030416
8#02030E
9#010107
Tints
Lighter variations
1#0F146E
2#141A93
3#1921B9
4#1E28DF
5#434BE5
6#686FEA
7#8E93F0
8#B4B7F5
9#D9DBFA
Tones
Muted variations
1#0D1045
2#101242
3#13153F
4#16183B
5#191B38
6#1C1E35
7#1F2032
8#23232F
9#26262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E1 #E0E1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C7 #C5C7F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 989C #989CF1 | BordersInactive statesPlaceholder text |
| 400 | 6269 #6269EA | Disabled statesSecondary iconsMuted text |
| 500 | 353E #353EE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B23 #1B23C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 151C #151C9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F14 #0F1470 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A0D #0A0D48 | Primary textHigh emphasis contentDark headings |
| 950 | 0608 #06082D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F2FD;
--navy-100: #E0E1FB;
--navy-200: #C5C7F7;
--navy-300: #989CF1;
--navy-400: #6269EA;
--navy-500: #353EE3;
--navy-600: #1B23C5;
--navy-700: #151C9D;
--navy-800: #0F1470;
--navy-900: #0A0D48;
--navy-950: #06082D;
}