Navy
#0C074A
BlueColor Codes
All color formats for development
HEX
#0C074ARGB
rgb(12, 7, 74)HSL
hsl(244, 83%, 16%)OKLCH
oklch(0.206 0.115 273.2)CMYK
cmyk(84%, 91%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A0643
2#09063C
3#080534
4#07042D
5#060325
6#05031E
7#030216
8#02010F
9#010107
Tints
Lighter variations
1#110B72
2#170E99
3#1D12C0
4#2316E7
5#473BED
6#6C62F0
7#9189F4
8#B5B1F8
9#DAD8FB
Tones
Muted variations
1#0E0A47
2#110E44
3#141141
4#17143D
5#1A183A
6#1D1B36
7#201F33
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 | E0DE #E0DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C2 #C6C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A94 #9A94F5 | BordersInactive statesPlaceholder text |
| 400 | 665C #665CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 3A2D #3A2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F13 #1F13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 190F #190FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 120B #120B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B07 #0B074B | Primary textHigh emphasis contentDark headings |
| 950 | 0704 #07042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FE;
--navy-100: #E0DEFC;
--navy-200: #C6C2F9;
--navy-300: #9A94F5;
--navy-400: #665CF0;
--navy-500: #3A2DEB;
--navy-600: #1F13CD;
--navy-700: #190FA3;
--navy-800: #120B75;
--navy-900: #0B074B;
--navy-950: #07042F;
}