Navy
#061A4B
BlueColor Codes
All color formats for development
HEX
#061A4BRGB
rgb(6, 26, 75)HSL
hsl(223, 85%, 16%)OKLCH
oklch(0.239 0.095 263.5)CMYK
cmyk(92%, 65%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061744
2#05153C
3#041235
4#040F2D
5#030D26
6#020A1E
7#020817
8#01050F
9#010308
Tints
Lighter variations
1#092773
2#0D359B
3#1042C2
4#1350EA
5#396CEF
6#608AF2
7#88A7F5
8#B0C4F9
9#D7E2FC
Tones
Muted variations
1#0A1B48
2#0D1D45
3#111E41
4#14203E
5#17213A
6#1B2337
7#1E2433
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 | C2D2 #C2D2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92AF #92AFF6 | BordersInactive statesPlaceholder text |
| 400 | 5A85 #5A85F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B62 #2B62EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1147 #1147D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D38 #0D38A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A28 #0A2876 | Text on light backgroundsHeadingsStrong borders |
| 900 | 061A #061A4B | Primary textHigh emphasis contentDark headings |
| 950 | 0410 #04102F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F5FE;
--navy-100: #DEE7FC;
--navy-200: #C2D2FA;
--navy-300: #92AFF6;
--navy-400: #5A85F2;
--navy-500: #2B62EE;
--navy-600: #1147D0;
--navy-700: #0D38A5;
--navy-800: #0A2876;
--navy-900: #061A4B;
--navy-950: #04102F;
}