Navy
#1406AC
BlueColor Codes
All color formats for development
HEX
#1406ACRGB
rgb(20, 6, 172)HSL
hsl(245, 93%, 35%)OKLCH
oklch(0.345 0.227 267.6)CMYK
cmyk(88%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12069B
2#10058A
3#0E0479
4#0C0467
5#0A0356
6#080245
7#060234
8#040122
9#020111
Tints
Lighter variations
1#1807CC
2#1C09EC
3#311FF7
4#4E3FF8
5#6C5FF9
6#897FFA
7#A79FFC
8#C4BFFD
9#E2DFFE
Tones
Muted variations
1#1B0FA4
2#22179C
3#291F93
4#30278B
5#373083
6#3E387A
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 | C4BF #C4BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 978E #978EFB | BordersInactive statesPlaceholder text |
| 400 | 6153 #6153F9 | Disabled statesSecondary iconsMuted text |
| 500 | 3322 #3322F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1908 #1908D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1406 #1406AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E04 #0E047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0903 #09034F | Primary textHigh emphasis contentDark headings |
| 950 | 0602 #060231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F0FE;
--navy-100: #DFDDFE;
--navy-200: #C4BFFD;
--navy-300: #978EFB;
--navy-400: #6153F9;
--navy-500: #3322F7;
--navy-600: #1908D9;
--navy-700: #1406AC;
--navy-800: #0E047B;
--navy-900: #09034F;
--navy-950: #060231;
}