Navy
#0C0949
BlueColor Codes
All color formats for development
HEX
#0C0949RGB
rgb(12, 9, 73)HSL
hsl(243, 78%, 16%)OKLCH
oklch(0.207 0.111 273)CMYK
cmyk(84%, 88%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B0841
2#0A073A
3#090633
4#07052C
5#060424
6#05041D
7#040316
8#02020F
9#010107
Tints
Lighter variations
1#130E6F
2#191295
3#1F17BB
4#261CE1
5#4940E7
6#6D66EC
7#928DF1
8#B6B3F6
9#DBD9FA
Tones
Muted variations
1#0F0C45
2#120F42
3#15133F
4#18163C
5#1A1939
6#1D1C36
7#201F32
8#23222F
9#26262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DF #E1DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C4 #C7C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B97 #9B97F2 | BordersInactive statesPlaceholder text |
| 400 | 6760 #6760EB | Disabled statesSecondary iconsMuted text |
| 500 | 3C33 #3C33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2119 #2119C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B14 #1B149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 130E #130E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C09 #0C0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0806 #08062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FD;
--navy-100: #E1DFFB;
--navy-200: #C7C4F8;
--navy-300: #9B97F2;
--navy-400: #6760EB;
--navy-500: #3C33E6;
--navy-600: #2119C8;
--navy-700: #1B149F;
--navy-800: #130E71;
--navy-900: #0C0949;
--navy-950: #08062D;
}