Navy
#061B4B
BlueColor Codes
All color formats for development
HEX
#061B4BRGB
rgb(6, 27, 75)HSL
hsl(222, 85%, 16%)OKLCH
oklch(0.242 0.093 263)CMYK
cmyk(92%, 64%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061844
2#05163C
3#041335
4#04102D
5#030D26
6#020B1E
7#020817
8#01050F
9#010308
Tints
Lighter variations
1#092973
2#0D379B
3#1045C2
4#1353EA
5#396FEF
6#608CF2
7#88A9F5
8#B0C6F9
9#D7E2FC
Tones
Muted variations
1#0A1C48
2#0D1E45
3#111F41
4#14203E
5#17223A
6#1B2337
7#1E2533
8#222630
9#25272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE7 #DEE7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D3 #C2D3FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92B0 #92B0F6 | BordersInactive statesPlaceholder text |
| 400 | 5A87 #5A87F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B65 #2B65EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 114A #114AD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D3B #0D3BA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A2A #0A2A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 061B #061B4B | Primary textHigh emphasis contentDark headings |
| 950 | 0411 #04112F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F5FE;
--navy-100: #DEE7FC;
--navy-200: #C2D3FA;
--navy-300: #92B0F6;
--navy-400: #5A87F2;
--navy-500: #2B65EE;
--navy-600: #114AD0;
--navy-700: #0D3BA5;
--navy-800: #0A2A76;
--navy-900: #061B4B;
--navy-950: #04112F;
}