Navy
#1214A1
BlueColor Codes
All color formats for development
HEX
#1214A1RGB
rgb(18, 20, 161)HSL
hsl(239, 80%, 35%)OKLCH
oklch(0.34 0.209 267.4)CMYK
cmyk(89%, 88%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#101291
2#0E1081
3#0C0E70
4#0B0C60
5#090A50
6#070840
7#050630
8#040420
9#020210
Tints
Lighter variations
1#1518BE
2#181CDC
3#2E31E8
4#4C4FEB
5#6A6CEE
6#8889F2
7#A5A7F5
8#C3C4F8
9#E1E2FC
Tones
Muted variations
1#191B9A
2#202292
3#27298B
4#2E3084
5#36377D
6#3D3E76
7#44456F
8#4B4B68
9#525260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDF #DFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C4 #C3C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9597 #9597F3 | BordersInactive statesPlaceholder text |
| 400 | 5E61 #5E61ED | Disabled statesSecondary iconsMuted text |
| 500 | 3034 #3034E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1619 #1619CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1214 #1214A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D0E #0D0E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0809 #080949 | 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: #F1F1FD;
--navy-100: #DFDFFB;
--navy-200: #C3C4F8;
--navy-300: #9597F3;
--navy-400: #5E61ED;
--navy-500: #3034E8;
--navy-600: #1619CA;
--navy-700: #1214A1;
--navy-800: #0D0E73;
--navy-900: #080949;
--navy-950: #05062E;
}