Navy
#0C1445
BlueColor Codes
All color formats for development
HEX
#0C1445RGB
rgb(12, 20, 69)HSL
hsl(232, 70%, 16%)OKLCH
oklch(0.223 0.092 269.9)CMYK
cmyk(83%, 71%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B123E
2#0A1037
3#090E31
4#070C2A
5#060A23
6#05081C
7#040615
8#02040E
9#010207
Tints
Lighter variations
1#131E6A
2#19298E
3#2033B3
4#263ED7
5#495DDF
6#6D7DE5
7#929EEC
8#B6BEF2
9#DBDFF9
Tones
Muted variations
1#0F1643
2#121840
3#151A3D
4#181C3A
5#1B1E37
6#1D2034
7#202331
8#23252F
9#26272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E4 #E1E4FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CD #C7CDF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BA6 #9BA6ED | BordersInactive statesPlaceholder text |
| 400 | 6778 #6778E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C51 #3C51DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2237 #2237BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B2B #1B2B98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 131F #131F6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C14 #0C1445 | Primary textHigh emphasis contentDark headings |
| 950 | 080C #080C2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F3FD;
--navy-100: #E1E4FA;
--navy-200: #C7CDF5;
--navy-300: #9BA6ED;
--navy-400: #6778E4;
--navy-500: #3C51DD;
--navy-600: #2237BF;
--navy-700: #1B2B98;
--navy-800: #131F6C;
--navy-900: #0C1445;
--navy-950: #080C2B;
}