Navy
#0C0A48
BlueColor Codes
All color formats for development
HEX
#0C0A48RGB
rgb(12, 10, 72)HSL
hsl(242, 76%, 16%)OKLCH
oklch(0.208 0.109 272.9)CMYK
cmyk(83%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B0941
2#090839
3#080732
4#07062B
5#060524
6#05041D
7#040316
8#02020E
9#010107
Tints
Lighter variations
1#120F6E
2#181493
3#1F19B9
4#251EDF
5#4843E5
6#6D68EA
7#918EF0
8#B6B4F5
9#DAD9FA
Tones
Muted variations
1#0F0D45
2#121042
3#15133F
4#17163B
5#1A1938
6#1D1C35
7#201F32
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 | E0E0 #E0E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C5 #C6C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B98 #9B98F1 | BordersInactive statesPlaceholder text |
| 400 | 6662 #6662EA | Disabled statesSecondary iconsMuted text |
| 500 | 3B35 #3B35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 211B #211BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A15 #1A159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 130F #130F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C0A #0C0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0706 #07062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F2FD;
--navy-100: #E0E0FB;
--navy-200: #C6C5F7;
--navy-300: #9B98F1;
--navy-400: #6662EA;
--navy-500: #3B35E3;
--navy-600: #211BC5;
--navy-700: #1A159D;
--navy-800: #130F70;
--navy-900: #0C0A48;
--navy-950: #07062D;
}