Navy
#0C054D
BlueColor Codes
All color formats for development
HEX
#0C054DRGB
rgb(12, 5, 77)HSL
hsl(246, 88%, 16%)OKLCH
oklch(0.207 0.121 272.9)CMYK
cmyk(84%, 94%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B0445
2#0A043D
3#080336
4#07032E
5#060226
6#05021F
7#040117
8#02010F
9#010008
Tints
Lighter variations
1#120775
2#190A9D
3#1F0DC6
4#250FEE
5#4936F2
6#6D5EF5
7#9286F7
8#B6AEFA
9#DBD7FC
Tones
Muted variations
1#0F0849
2#120C46
3#151042
4#18133E
5#1A173B
6#1D1A37
7#201E34
8#232230
9#26252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DD #E1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C1 #C7C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B91 #9B91F8 | BordersInactive statesPlaceholder text |
| 400 | 6757 #6757F4 | Disabled statesSecondary iconsMuted text |
| 500 | 3B27 #3B27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 210D #210DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A0B #1A0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1308 #130878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C05 #0C054D | Primary textHigh emphasis contentDark headings |
| 950 | 0803 #080330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FE;
--navy-100: #E1DDFD;
--navy-200: #C7C1FB;
--navy-300: #9B91F8;
--navy-400: #6757F4;
--navy-500: #3B27F1;
--navy-600: #210DD3;
--navy-700: #1A0BA8;
--navy-800: #130878;
--navy-900: #0C054D;
--navy-950: #080330;
}