Navy
#0E0E44
BlueColor Codes
All color formats for development
HEX
#0E0E44RGB
rgb(14, 14, 68)HSL
hsl(240, 66%, 16%)OKLCH
oklch(0.211 0.098 274.1)CMYK
cmyk(79%, 79%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C0C3D
2#0B0B36
3#0A0A2F
4#080829
5#070722
6#06061B
7#040414
8#03030E
9#010107
Tints
Lighter variations
1#151567
2#1C1C8B
3#2424AE
4#2B2BD2
5#4D4DDB
6#7171E2
7#9494E9
8#B8B8F0
9#DBDBF8
Tones
Muted variations
1#111141
2#13133E
3#16163C
4#191939
5#1B1B36
6#1E1E34
7#212131
8#23232E
9#26262B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E1 #E1E1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C8 #C8C8F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E9E #9E9EEB | BordersInactive statesPlaceholder text |
| 400 | 6B6B #6B6BE1 | Disabled statesSecondary iconsMuted text |
| 500 | 4141 #4141D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2626 #2626BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E1E #1E1E94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1616 #16166A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E0E #0E0E44 | Primary textHigh emphasis contentDark headings |
| 950 | 0909 #09092A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F2FC;
--navy-100: #E1E1F9;
--navy-200: #C8C8F4;
--navy-300: #9E9EEB;
--navy-400: #6B6BE1;
--navy-500: #4141D8;
--navy-600: #2626BA;
--navy-700: #1E1E94;
--navy-800: #16166A;
--navy-900: #0E0E44;
--navy-950: #09092A;
}