Navy
#06164C
BlueColor Codes
All color formats for development
HEX
#06164CRGB
rgb(6, 22, 76)HSL
hsl(226, 85%, 16%)OKLCH
oklch(0.231 0.102 265.4)CMYK
cmyk(92%, 71%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061444
2#05123C
3#041035
4#040D2D
5#030B26
6#02091E
7#020717
8#01040F
9#010208
Tints
Lighter variations
1#092273
2#0D2E9B
3#1039C2
4#1345EA
5#3963EF
6#6082F2
7#88A2F5
8#B0C1F9
9#D7E0FC
Tones
Muted variations
1#0A1848
2#0D1A45
3#111C41
4#141E3E
5#17203A
6#1B2137
7#1E2333
8#222530
9#25272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE5 #DEE5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CF #C2CFFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92AA #92AAF6 | BordersInactive statesPlaceholder text |
| 400 | 5A7D #5A7DF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B58 #2B58EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 113D #113DD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D31 #0D31A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A23 #0A2376 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0616 #06164B | Primary textHigh emphasis contentDark headings |
| 950 | 040E #040E2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F4FE;
--navy-100: #DEE5FC;
--navy-200: #C2CFFA;
--navy-300: #92AAF6;
--navy-400: #5A7DF2;
--navy-500: #2B58EE;
--navy-600: #113DD0;
--navy-700: #0D31A5;
--navy-800: #0A2376;
--navy-900: #06164B;
--navy-950: #040E2F;
}