Navy
#0E0949
BlueColor Codes
All color formats for development
HEX
#0E0949RGB
rgb(14, 9, 73)HSL
hsl(245, 78%, 16%)OKLCH
oklch(0.209 0.111 274.5)CMYK
cmyk(81%, 88%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D0841
2#0B073A
3#0A0633
4#09052C
5#070424
6#06041D
7#040316
8#03020F
9#010107
Tints
Lighter variations
1#160E6F
2#1D1295
3#2517BB
4#2C1CE1
5#4E40E7
6#7266EC
7#958DF1
8#B8B3F6
9#DCD9FA
Tones
Muted variations
1#110C45
2#140F42
3#16133F
4#19163C
5#1C1939
6#1E1C36
7#211F32
8#23222F
9#26262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C4 #C8C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E97 #9E97F2 | BordersInactive statesPlaceholder text |
| 400 | 6C60 #6C60EB | Disabled statesSecondary iconsMuted text |
| 500 | 4233 #4233E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2719 #2719C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F14 #1F149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 160E #160E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E09 #0E0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0906 #09062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FD;
--navy-100: #E2DFFB;
--navy-200: #C8C4F8;
--navy-300: #9E97F2;
--navy-400: #6C60EB;
--navy-500: #4233E6;
--navy-600: #2719C8;
--navy-700: #1F149F;
--navy-800: #160E71;
--navy-900: #0E0949;
--navy-950: #09062D;
}