Navy
#06174B
BlueColor Codes
All color formats for development
HEX
#06174BRGB
rgb(6, 23, 75)HSL
hsl(225, 85%, 16%)OKLCH
oklch(0.232 0.099 264.9)CMYK
cmyk(92%, 69%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061544
2#05133C
3#041035
4#040E2D
5#030C26
6#02091E
7#020717
8#01050F
9#010208
Tints
Lighter variations
1#092473
2#0D309B
3#103CC2
4#1349EA
5#3966EF
6#6085F2
7#88A3F5
8#B0C2F9
9#D7E0FC
Tones
Muted variations
1#0A1948
2#0D1B45
3#111D41
4#141E3E
5#17203A
6#1B2237
7#1E2433
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 | DEE6 #DEE6FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D0 #C2D0FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92AB #92ABF6 | BordersInactive statesPlaceholder text |
| 400 | 5A80 #5A80F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B5B #2B5BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1141 #1141D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D33 #0D33A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A25 #0A2576 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0617 #06174B | Primary textHigh emphasis contentDark headings |
| 950 | 040F #040F2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F4FE;
--navy-100: #DEE6FC;
--navy-200: #C2D0FA;
--navy-300: #92ABF6;
--navy-400: #5A80F2;
--navy-500: #2B5BEE;
--navy-600: #1141D0;
--navy-700: #0D33A5;
--navy-800: #0A2576;
--navy-900: #06174B;
--navy-950: #040F2F;
}