Navy
#1113A2
BlueColor Codes
All color formats for development
HEX
#1113A2RGB
rgb(17, 19, 162)HSL
hsl(239, 81%, 35%)OKLCH
oklch(0.34 0.211 267.2)CMYK
cmyk(90%, 88%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F1191
2#0E0F81
3#0C0E71
4#0A0C61
5#080A51
6#070841
7#050630
8#030420
9#020210
Tints
Lighter variations
1#1417C0
2#171BDE
3#2D30E9
4#4B4EEC
5#696BEF
6#8789F2
7#A5A6F6
8#C3C4F9
9#E1E1FC
Tones
Muted variations
1#181A9A
2#1F2193
3#27288C
4#2E2F85
5#35367D
6#3C3D76
7#44446F
8#4B4B68
9#525260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDF #DFDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C4 #C3C4F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9596 #9596F4 | BordersInactive statesPlaceholder text |
| 400 | 5D60 #5D60EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F32 #2F32E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1518 #1518CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1113 #1113A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C0E #0C0E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0809 #08094A | Primary textHigh emphasis contentDark headings |
| 950 | 0506 #05062E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F1FE;
--navy-100: #DFDFFC;
--navy-200: #C3C4F9;
--navy-300: #9596F4;
--navy-400: #5D60EE;
--navy-500: #2F32E9;
--navy-600: #1518CB;
--navy-700: #1113A2;
--navy-800: #0C0E73;
--navy-900: #08094A;
--navy-950: #05062E;
}