Navy
#0C0C45
BlueColor Codes
All color formats for development
HEX
#0C0C45RGB
rgb(12, 12, 69)HSL
hsl(240, 70%, 16%)OKLCH
oklch(0.207 0.102 272.9)CMYK
cmyk(83%, 83%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B0B3E
2#0A0A37
3#090931
4#07072A
5#060623
6#05051C
7#040415
8#02020E
9#010107
Tints
Lighter variations
1#13136A
2#19198E
3#2020B3
4#2626D7
5#4949DF
6#6D6DE5
7#9292EC
8#B6B6F2
9#DBDBF9
Tones
Muted variations
1#0F0F43
2#121240
3#15153D
4#18183A
5#1B1B37
6#1D1D34
7#202031
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 | E1E1 #E1E1FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C7 #C7C7F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B9B #9B9BED | BordersInactive statesPlaceholder text |
| 400 | 6767 #6767E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C3C #3C3CDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2222 #2222BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B1B #1B1B98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1313 #13136C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C0C #0C0C45 | 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: #E1E1FA;
--navy-200: #C7C7F5;
--navy-300: #9B9BED;
--navy-400: #6767E4;
--navy-500: #3C3CDD;
--navy-600: #2222BF;
--navy-700: #1B1B98;
--navy-800: #13136C;
--navy-900: #0C0C45;
--navy-950: #08082B;
}