Navy
#06104C
BlueColor Codes
All color formats for development
HEX
#06104CRGB
rgb(6, 16, 76)HSL
hsl(231, 85%, 16%)OKLCH
oklch(0.219 0.11 267.2)CMYK
cmyk(92%, 79%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#060F44
2#050D3C
3#040C35
4#040A2D
5#030826
6#02071E
7#020517
8#01030F
9#010208
Tints
Lighter variations
1#091973
2#0D229B
3#102BC2
4#1333EA
5#3954EF
6#6076F2
7#8899F5
8#B0BBF9
9#D7DDFC
Tones
Muted variations
1#0A1348
2#0D1545
3#111841
4#141A3E
5#171D3A
6#1B1F37
7#1E2233
8#222430
9#25262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE3 #DEE3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CA #C2CAFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92A1 #92A1F6 | BordersInactive statesPlaceholder text |
| 400 | 5A71 #5A71F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B48 #2B48EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 112D #112DD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D24 #0D24A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A1A #0A1A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0611 #06114B | Primary textHigh emphasis contentDark headings |
| 950 | 040A #040A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F3FE;
--navy-100: #DEE3FC;
--navy-200: #C2CAFA;
--navy-300: #92A1F6;
--navy-400: #5A71F2;
--navy-500: #2B48EE;
--navy-600: #112DD0;
--navy-700: #0D24A5;
--navy-800: #0A1A76;
--navy-900: #06114B;
--navy-950: #040A2F;
}