Navy
#0E1043
BlueColor Codes
All color formats for development
HEX
#0E1043RGB
rgb(14, 16, 67)HSL
hsl(238, 65%, 16%)OKLCH
oklch(0.213 0.094 273.5)CMYK
cmyk(79%, 76%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D0E3D
2#0B0D36
3#0A0B2F
4#090A28
5#070822
6#06061B
7#040514
8#03030D
9#010207
Tints
Lighter variations
1#161867
2#1D218A
3#2529AD
4#2C32D1
5#4E53DA
6#7275E1
7#9598E9
8#B8BAF0
9#DCDDF8
Tones
Muted variations
1#111341
2#14153E
3#16173B
4#191A39
5#1C1C36
6#1E1F33
7#212131
8#23242E
9#26262B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E2 #E2E2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8CA #C8CAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EA1 #9EA1EA | BordersInactive statesPlaceholder text |
| 400 | 6C70 #6C70E0 | Disabled statesSecondary iconsMuted text |
| 500 | 4247 #4247D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 272C #272CB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F23 #1F2393 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1619 #161969 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E10 #0E1043 | Primary textHigh emphasis contentDark headings |
| 950 | 090A #090A2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F3FC;
--navy-100: #E2E2F9;
--navy-200: #C8CAF3;
--navy-300: #9EA1EA;
--navy-400: #6C70E0;
--navy-500: #4247D7;
--navy-600: #272CB9;
--navy-700: #1F2393;
--navy-800: #161969;
--navy-900: #0E1043;
--navy-950: #090A2A;
}