Navy
#1106AC
BlueColor Codes
All color formats for development
HEX
#1106ACRGB
rgb(17, 6, 172)HSL
hsl(244, 93%, 35%)OKLCH
oklch(0.344 0.228 266.9)CMYK
cmyk(90%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10069B
2#0E058A
3#0C0479
4#0A0467
5#090356
6#070245
7#050234
8#030122
9#020111
Tints
Lighter variations
1#1507CC
2#1809EC
3#2D1FF7
4#4B3FF8
5#695FF9
6#877FFA
7#A59FFC
8#C3BFFD
9#E1DFFE
Tones
Muted variations
1#190FA4
2#20179C
3#271F93
4#2E278B
5#353083
6#3C387A
7#444072
8#4B496A
9#525162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDD #DFDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3BF #C3BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 958E #958EFB | BordersInactive statesPlaceholder text |
| 400 | 5E53 #5E53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 3022 #3022F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1608 #1608D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1106 #1106AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C04 #0C047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0803 #08034F | Primary textHigh emphasis contentDark headings |
| 950 | 0502 #050231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F0FE;
--navy-100: #DFDDFE;
--navy-200: #C3BFFD;
--navy-300: #958EFB;
--navy-400: #5E53F9;
--navy-500: #3022F7;
--navy-600: #1608D9;
--navy-700: #1106AC;
--navy-800: #0C047B;
--navy-900: #08034F;
--navy-950: #050231;
}