Navy
#0D0E44
BlueColor Codes
All color formats for development
HEX
#0D0E44RGB
rgb(13, 14, 68)HSL
hsl(239, 68%, 16%)OKLCH
oklch(0.21 0.098 273.3)CMYK
cmyk(81%, 79%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C0D3E
2#0A0B37
3#090A30
4#080829
5#070722
6#05061B
7#040415
8#03030E
9#010107
Tints
Lighter variations
1#141569
2#1B1D8D
3#2224B1
4#282BD4
5#4B4DDD
6#6F71E4
7#9394EA
8#B7B8F1
9#DBDBF8
Tones
Muted variations
1#101142
2#13133F
3#15163C
4#181939
5#1B1B37
6#1E1E34
7#202131
8#23232E
9#26262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E1 #E1E1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C8 #C7C8F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C9E #9C9EEC | BordersInactive statesPlaceholder text |
| 400 | 696B #696BE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E41 #3E41DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2426 #2426BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D1F #1D1F96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1416 #14166B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D0E #0D0E45 | Primary textHigh emphasis contentDark headings |
| 950 | 0809 #08092B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F2FD;
--navy-100: #E1E1F9;
--navy-200: #C7C8F4;
--navy-300: #9C9EEC;
--navy-400: #696BE2;
--navy-500: #3E41DA;
--navy-600: #2426BC;
--navy-700: #1D1F96;
--navy-800: #14166B;
--navy-900: #0D0E45;
--navy-950: #08092B;
}