Navy
#0C0D46
BlueColor Codes
All color formats for development
HEX
#0C0D46RGB
rgb(12, 13, 70)HSL
hsl(239, 71%, 16%)OKLCH
oklch(0.21 0.103 272.5)CMYK
cmyk(83%, 81%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B0C3F
2#090A38
3#080931
4#07082A
5#060623
6#05051C
7#040415
8#02030E
9#010107
Tints
Lighter variations
1#12146A
2#181A8F
3#1E21B4
4#2528D8
5#484AE0
6#6C6FE6
7#9193EC
8#B6B7F3
9#DADBF9
Tones
Muted variations
1#0F1043
2#121240
3#15153D
4#17183A
5#1A1B37
6#1D1E34
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 | E0E1 #E0E1FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C7 #C6C7F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B9C #9B9CEE | BordersInactive statesPlaceholder text |
| 400 | 6668 #6668E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3B3D #3B3DDE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2123 #2123C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A1C #1A1C99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1214 #12146D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C0D #0C0D46 | Primary textHigh emphasis contentDark headings |
| 950 | 0708 #07082C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F2FD;
--navy-100: #E0E1FA;
--navy-200: #C6C7F5;
--navy-300: #9B9CEE;
--navy-400: #6668E5;
--navy-500: #3B3DDE;
--navy-600: #2123C0;
--navy-700: #1A1C99;
--navy-800: #12146D;
--navy-900: #0C0D46;
--navy-950: #07082C;
}