Navy
#120A48
BlueColor Codes
All color formats for development
HEX
#120A48RGB
rgb(18, 10, 72)HSL
hsl(248, 76%, 16%)OKLCH
oklch(0.212 0.107 277.9)CMYK
cmyk(75%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#100941
2#0E0839
3#0D0732
4#0B062B
5#090524
6#07041D
7#050316
8#04020E
9#020107
Tints
Lighter variations
1#1C0F6E
2#251493
3#2F19B9
4#381EDF
5#5843E5
6#7A68EA
7#9B8EF0
8#BCB4F5
9#DED9FA
Tones
Muted variations
1#140D45
2#171042
3#19133F
4#1B163B
5#1D1938
6#201C35
7#221F32
8#24232F
9#27262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F2 #F3F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E0 #E3E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBC5 #CBC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A498 #A498F1 | BordersInactive statesPlaceholder text |
| 400 | 7462 #7462EA | Disabled statesSecondary iconsMuted text |
| 500 | 4C35 #4C35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 321B #321BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2815 #28159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C0F #1C0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 120A #120A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0B06 #0B062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F2FD;
--navy-100: #E3E0FB;
--navy-200: #CBC5F7;
--navy-300: #A498F1;
--navy-400: #7462EA;
--navy-500: #4C35E3;
--navy-600: #321BC5;
--navy-700: #28159D;
--navy-800: #1C0F70;
--navy-900: #120A48;
--navy-950: #0B062D;
}