Navy
#0D1444
BlueColor Codes
All color formats for development
HEX
#0D1444RGB
rgb(13, 20, 68)HSL
hsl(232, 68%, 16%)OKLCH
oklch(0.222 0.09 270.7)CMYK
cmyk(81%, 71%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C123E
2#0A1037
3#090E30
4#080C29
5#070A22
6#05081B
7#040615
8#03040E
9#010207
Tints
Lighter variations
1#141F69
2#1B2A8D
3#2235B1
4#283FD4
5#4B5EDD
6#6F7FE4
7#939FEA
8#B7BFF1
9#DBDFF8
Tones
Muted variations
1#101642
2#13193F
3#151B3C
4#181D39
5#1B1F37
6#1E2134
7#202331
8#23252E
9#26272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E4 #E1E4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CD #C7CDF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA7 #9CA7EC | BordersInactive statesPlaceholder text |
| 400 | 6979 #6979E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E53 #3E53DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2438 #2438BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D2D #1D2D96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1420 #14206B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D14 #0D1445 | Primary textHigh emphasis contentDark headings |
| 950 | 080D #080D2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F4FD;
--navy-100: #E1E4F9;
--navy-200: #C7CDF4;
--navy-300: #9CA7EC;
--navy-400: #6979E2;
--navy-500: #3E53DA;
--navy-600: #2438BC;
--navy-700: #1D2D96;
--navy-800: #14206B;
--navy-900: #0D1445;
--navy-950: #080D2B;
}