Navy
#06134B
BlueColor Codes
All color formats for development
HEX
#06134BRGB
rgb(6, 19, 75)HSL
hsl(229, 85%, 16%)OKLCH
oklch(0.224 0.104 266.4)CMYK
cmyk(92%, 75%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061144
2#050F3C
3#040D35
4#040B2D
5#030926
6#02081E
7#020617
8#01040F
9#010208
Tints
Lighter variations
1#091D73
2#0D279B
3#1031C2
4#133AEA
5#395AEF
6#607BF2
7#889CF5
8#B0BDF9
9#D7DEFC
Tones
Muted variations
1#0A1548
2#0D1745
3#111941
4#141C3E
5#171E3A
6#1B2037
7#1E2233
8#222430
9#25272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE4 #DEE4FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CC #C2CCFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92A5 #92A5F6 | BordersInactive statesPlaceholder text |
| 400 | 5A76 #5A76F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B4E #2B4EEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1134 #1134D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D29 #0D29A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A1D #0A1D76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0613 #06134B | Primary textHigh emphasis contentDark headings |
| 950 | 040C #040C2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F3FE;
--navy-100: #DEE4FC;
--navy-200: #C2CCFA;
--navy-300: #92A5F6;
--navy-400: #5A76F2;
--navy-500: #2B4EEE;
--navy-600: #1134D0;
--navy-700: #0D29A5;
--navy-800: #0A1D76;
--navy-900: #06134B;
--navy-950: #040C2F;
}