Navy
#0614AC
BlueColor Codes
All color formats for development
HEX
#0614ACRGB
rgb(6, 20, 172)HSL
hsl(235, 93%, 35%)OKLCH
oklch(0.351 0.223 265.1)CMYK
cmyk(97%, 88%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06129B
2#05108A
3#040E79
4#040C67
5#030A56
6#020845
7#020634
8#010422
9#010211
Tints
Lighter variations
1#0718CC
2#091CEC
3#1F31F7
4#3F4EF8
5#5F6CF9
6#7F89FA
7#9FA7FC
8#BFC4FD
9#DFE2FE
Tones
Muted variations
1#0F1BA4
2#17229C
3#1F2993
4#27308B
5#303783
6#383E7A
7#404472
8#494B6A
9#515262
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDF #DDDFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC4 #BFC4FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E97 #8E97FB | BordersInactive statesPlaceholder text |
| 400 | 5361 #5361F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2233 #2233F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0819 #0819D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0614 #0614AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 040E #040E7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0309 #03094F | Primary textHigh emphasis contentDark headings |
| 950 | 0206 #020631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F1FE;
--navy-100: #DDDFFE;
--navy-200: #BFC4FD;
--navy-300: #8E97FB;
--navy-400: #5361F9;
--navy-500: #2233F7;
--navy-600: #0819D9;
--navy-700: #0614AC;
--navy-800: #040E7B;
--navy-900: #03094F;
--navy-950: #020631;
}