Navy
#05124D
BlueColor Codes
All color formats for development
HEX
#05124DRGB
rgb(5, 18, 77)HSL
hsl(229, 88%, 16%)OKLCH
oklch(0.224 0.109 266.1)CMYK
cmyk(94%, 77%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#041045
2#040E3D
3#030D36
4#030B2E
5#020926
6#02071F
7#010517
8#01040F
9#000208
Tints
Lighter variations
1#071C75
2#0A259D
3#0D2FC6
4#0F38EE
5#3658F2
6#5E7AF5
7#869BF7
8#AEBCFA
9#D7DEFC
Tones
Muted variations
1#081449
2#0C1746
3#101942
4#131B3E
5#171D3B
6#1A2037
7#1E2234
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 | DDE3 #DDE3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1CB #C1CBFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91A4 #91A4F8 | BordersInactive statesPlaceholder text |
| 400 | 5774 #5774F4 | Disabled statesSecondary iconsMuted text |
| 500 | 274C #274CF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D32 #0D32D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B28 #0B28A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 081C #081C78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0512 #05124D | Primary textHigh emphasis contentDark headings |
| 950 | 030B #030B30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F3FE;
--navy-100: #DDE3FD;
--navy-200: #C1CBFB;
--navy-300: #91A4F8;
--navy-400: #5774F4;
--navy-500: #274CF1;
--navy-600: #0D32D3;
--navy-700: #0B28A8;
--navy-800: #081C78;
--navy-900: #05124D;
--navy-950: #030B30;
}