Navy
#061E4B
BlueColor Codes
All color formats for development
HEX
#061E4BRGB
rgb(6, 30, 75)HSL
hsl(219, 85%, 16%)OKLCH
oklch(0.249 0.089 261.3)CMYK
cmyk(92%, 60%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061B44
2#05183C
3#041535
4#04122D
5#030F26
6#020C1E
7#020917
8#01060F
9#010308
Tints
Lighter variations
1#092E73
2#0D3E9B
3#104EC2
4#135EEA
5#3979EF
6#6093F2
7#88AEF5
8#B0C9F9
9#D7E4FC
Tones
Muted variations
1#0A1F48
2#0D2045
3#112241
4#14233E
5#17243A
6#1B2537
7#1E2633
8#222730
9#25282C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE9 #DEE9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D5 #C2D5FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92B5 #92B5F6 | BordersInactive statesPlaceholder text |
| 400 | 5A8F #5A8FF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B6F #2B6FEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1154 #1154D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D42 #0D42A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A2F #0A2F76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 061E #061E4B | Primary textHigh emphasis contentDark headings |
| 950 | 0413 #04132F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F5FE;
--navy-100: #DEE9FC;
--navy-200: #C2D5FA;
--navy-300: #92B5F6;
--navy-400: #5A8FF2;
--navy-500: #2B6FEE;
--navy-600: #1154D0;
--navy-700: #0D42A5;
--navy-800: #0A2F76;
--navy-900: #061E4B;
--navy-950: #04132F;
}