Navy
#0E1144
BlueColor Codes
All color formats for development
HEX
#0E1144RGB
rgb(14, 17, 68)HSL
hsl(237, 66%, 16%)OKLCH
oklch(0.217 0.094 272.9)CMYK
cmyk(79%, 75%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C0F3D
2#0B0D36
3#0A0C2F
4#080A29
5#070822
6#06071B
7#040514
8#03030E
9#010207
Tints
Lighter variations
1#151967
2#1C228B
3#242BAE
4#2B33D2
5#4D54DB
6#7176E2
7#9499E9
8#B8BBF0
9#DBDDF8
Tones
Muted variations
1#111341
2#13153E
3#16183C
4#191A39
5#1B1D36
6#1E1F34
7#212231
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 | E1E3 #E1E3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8CA #C8CAF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EA2 #9EA2EB | BordersInactive statesPlaceholder text |
| 400 | 6B71 #6B71E1 | Disabled statesSecondary iconsMuted text |
| 500 | 4148 #4148D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 262E #262EBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E24 #1E2494 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 161A #161A6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E11 #0E1144 | 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: #E1E3F9;
--navy-200: #C8CAF4;
--navy-300: #9EA2EB;
--navy-400: #6B71E1;
--navy-500: #4148D8;
--navy-600: #262EBA;
--navy-700: #1E2494;
--navy-800: #161A6A;
--navy-900: #0E1144;
--navy-950: #090A2A;
}