Navy
#0C0C73
BlueColor Codes
All color formats for development
HEX
#0C0C73RGB
rgb(12, 12, 115)HSL
hsl(240, 81%, 25%)OKLCH
oklch(0.268 0.163 268.2)CMYK
cmyk(90%, 90%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B0B68
2#0A0A5C
3#080851
4#070745
5#06063A
6#05052E
7#040423
8#020217
9#01010C
Tints
Lighter variations
1#101096
2#1313B9
3#1717DB
4#2F2FE9
5#5252ED
6#7575F0
7#9797F4
8#BABAF8
9#DCDCFB
Tones
Muted variations
1#11116E
2#161669
3#1C1C64
4#21215F
5#26265A
6#2B2B54
7#30304F
8#35354A
9#3B3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDF #DFDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C3 #C3C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9595 #9595F4 | BordersInactive statesPlaceholder text |
| 400 | 5D5D #5D5DEE | Disabled statesSecondary iconsMuted text |
| 500 | 2F2F #2F2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1515 #1515CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1111 #1111A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C0C #0C0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0808 #08084A | Primary textHigh emphasis contentDark headings |
| 950 | 0505 #05052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F1FE;
--navy-100: #DFDFFC;
--navy-200: #C3C3F9;
--navy-300: #9595F4;
--navy-400: #5D5DEE;
--navy-500: #2F2FE9;
--navy-600: #1515CB;
--navy-700: #1111A2;
--navy-800: #0C0C73;
--navy-900: #08084A;
--navy-950: #05052E;
}