Navy
#061C4B
BlueColor Codes
All color formats for development
HEX
#061C4BRGB
rgb(6, 28, 75)HSL
hsl(221, 85%, 16%)OKLCH
oklch(0.244 0.092 262.5)CMYK
cmyk(92%, 63%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061944
2#05163C
3#041435
4#04112D
5#030E26
6#020B1E
7#020817
8#01060F
9#010308
Tints
Lighter variations
1#092B73
2#0D3A9B
3#1048C2
4#1357EA
5#3973EF
6#608FF2
7#88ABF5
8#B0C7F9
9#D7E3FC
Tones
Muted variations
1#0A1D48
2#0D1F45
3#112041
4#14213E
5#17223A
6#1B2437
7#1E2533
8#222630
9#25282C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE8 #DEE8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D4 #C2D4FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92B2 #92B2F6 | BordersInactive statesPlaceholder text |
| 400 | 5A8A #5A8AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B68 #2B68EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 114D #114DD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D3D #0D3DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A2C #0A2C76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 061C #061C4B | Primary textHigh emphasis contentDark headings |
| 950 | 0412 #04122F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F5FE;
--navy-100: #DEE8FC;
--navy-200: #C2D4FA;
--navy-300: #92B2F6;
--navy-400: #5A8AF2;
--navy-500: #2B68EE;
--navy-600: #114DD0;
--navy-700: #0D3DA5;
--navy-800: #0A2C76;
--navy-900: #061C4B;
--navy-950: #04122F;
}