Navy
#120949
BlueColor Codes
All color formats for development
HEX
#120949RGB
rgb(18, 9, 73)HSL
hsl(248, 78%, 16%)OKLCH
oklch(0.212 0.11 277.9)CMYK
cmyk(75%, 88%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#100841
2#0E073A
3#0C0633
4#0A052C
5#090424
6#07041D
7#050316
8#03020F
9#020107
Tints
Lighter variations
1#1B0E6F
2#241295
3#2D17BB
4#361CE1
5#5740E7
6#7866EC
7#9A8DF1
8#BCB3F6
9#DDD9FA
Tones
Muted variations
1#140C45
2#160F42
3#18133F
4#1B163C
5#1D1939
6#1F1C36
7#221F32
8#24222F
9#26262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DF #E3DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBC4 #CBC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A397 #A397F2 | BordersInactive statesPlaceholder text |
| 400 | 7360 #7360EB | Disabled statesSecondary iconsMuted text |
| 500 | 4B33 #4B33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3019 #3019C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2614 #26149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B0E #1B0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1109 #110949 | 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: #F3F1FD;
--navy-100: #E3DFFB;
--navy-200: #CBC4F8;
--navy-300: #A397F2;
--navy-400: #7360EB;
--navy-500: #4B33E6;
--navy-600: #3019C8;
--navy-700: #26149F;
--navy-800: #1B0E71;
--navy-900: #110949;
--navy-950: #0B062D;
}