Navy
#06277A
BlueColor Codes
All color formats for development
HEX
#06277ARGB
rgb(6, 39, 122)HSL
hsl(223, 91%, 25%)OKLCH
oklch(0.316 0.145 263.5)CMYK
cmyk(95%, 68%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05236E
2#051F61
3#041B55
4#031749
5#03133D
6#020F31
7#020C25
8#010818
9#01040C
Tints
Lighter variations
1#07329E
2#093EC3
3#0B49E7
4#245FF5
5#487AF6
6#6D94F8
7#91AFFA
8#B6CAFC
9#DAE4FD
Tones
Muted variations
1#0C2974
2#112C6E
3#172E68
4#1D3163
5#23335D
6#293657
7#2E3851
8#343B4B
9#3A3D46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE6 #DDE6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D1 #C0D1FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FAD #8FADFA | BordersInactive statesPlaceholder text |
| 400 | 5583 #5583F7 | Disabled statesSecondary iconsMuted text |
| 500 | 245F #245FF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A44 #0A44D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0836 #0836AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0627 #06277A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0419 #04194E | Primary textHigh emphasis contentDark headings |
| 950 | 020F #020F31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F4FE;
--navy-100: #DDE6FD;
--navy-200: #C0D1FC;
--navy-300: #8FADFA;
--navy-400: #5583F7;
--navy-500: #245FF5;
--navy-600: #0A44D6;
--navy-700: #0836AA;
--navy-800: #06277A;
--navy-900: #04194E;
--navy-950: #020F31;
}