Navy
#061D79
BlueColor Codes
All color formats for development
HEX
#061D79RGB
rgb(6, 29, 121)HSL
hsl(228, 91%, 25%)OKLCH
oklch(0.297 0.156 265)CMYK
cmyk(95%, 76%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#051A6E
2#051761
3#041455
4#031149
5#030E3D
6#020C31
7#020925
8#010618
9#01030C
Tints
Lighter variations
1#07269E
2#092EC3
3#0B37E7
4#244EF5
5#486BF6
6#6D89F8
7#91A6FA
8#B6C4FC
9#DAE1FD
Tones
Muted variations
1#0C2074
2#11246E
3#172768
4#1D2B63
5#232E5D
6#293257
7#2E3551
8#34394B
9#3A3C46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE3 #DDE3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CC #C0CCFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FA4 #8FA4FA | BordersInactive statesPlaceholder text |
| 400 | 5575 #5575F7 | Disabled statesSecondary iconsMuted text |
| 500 | 244E #244EF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A33 #0A33D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0829 #0829AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 061D #061D7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0413 #04134E | Primary textHigh emphasis contentDark headings |
| 950 | 020C #020C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F3FE;
--navy-100: #DDE3FD;
--navy-200: #C0CCFC;
--navy-300: #8FA4FA;
--navy-400: #5575F7;
--navy-500: #244EF5;
--navy-600: #0A33D6;
--navy-700: #0829AA;
--navy-800: #061D7A;
--navy-900: #04134E;
--navy-950: #020C31;
}