Navy
#0C2273
BlueColor Codes
All color formats for development
HEX
#0C2273RGB
rgb(12, 34, 115)HSL
hsl(227, 81%, 25%)OKLCH
oklch(0.301 0.141 265.7)CMYK
cmyk(90%, 70%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B1F68
2#0A1C5C
3#081851
4#071545
5#06113A
6#050E2E
7#040A23
8#020717
9#01030C
Tints
Lighter variations
1#102D96
2#1337B9
3#1742DB
4#2F58E9
5#5273ED
6#758FF0
7#97ABF4
8#BAC7F8
9#DCE3FB
Tones
Muted variations
1#11256E
2#162869
3#1C2B64
4#212E5F
5#26315A
6#2B3454
7#30374F
8#353A4A
9#3B3D45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE5 #DFE5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CF #C3CFF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A9 #95A9F4 | BordersInactive statesPlaceholder text |
| 400 | 5D7D #5D7DEE | Disabled statesSecondary iconsMuted text |
| 500 | 2F58 #2F58E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 153D #153DCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1130 #1130A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C22 #0C2273 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0816 #08164A | Primary textHigh emphasis contentDark headings |
| 950 | 050E #050E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F4FE;
--navy-100: #DFE5FC;
--navy-200: #C3CFF9;
--navy-300: #95A9F4;
--navy-400: #5D7DEE;
--navy-500: #2F58E9;
--navy-600: #153DCB;
--navy-700: #1130A2;
--navy-800: #0C2273;
--navy-900: #08164A;
--navy-950: #050E2E;
}