Navy
#12226D
BlueColor Codes
All color formats for development
HEX
#12226DRGB
rgb(18, 34, 109)HSL
hsl(229, 72%, 25%)OKLCH
oklch(0.297 0.131 267.7)CMYK
cmyk(83%, 69%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#101F63
2#0E1C58
3#0C184D
4#0B1542
5#091137
6#070E2C
7#050A21
8#040716
9#02030B
Tints
Lighter variations
1#172D8F
2#1D37AF
3#2242D0
4#3A58DF
5#5B74E4
6#7B90EA
7#9CABEF
8#BDC7F4
9#DEE3FA
Tones
Muted variations
1#162669
2#1B2864
3#202B60
4#242E5B
5#293157
6#2D3452
7#32374E
8#373A49
9#3B3D44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E5 #E0E5FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6CF #C6CFF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AAA #9AAAEF | BordersInactive statesPlaceholder text |
| 400 | 657D #657DE6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A58 #3A58DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F3D #1F3DC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1931 #19319A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1223 #12236E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B16 #0B1646 | Primary textHigh emphasis contentDark headings |
| 950 | 070E #070E2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F4FD;
--navy-100: #E0E5FA;
--navy-200: #C6CFF6;
--navy-300: #9AAAEF;
--navy-400: #657DE6;
--navy-500: #3A58DF;
--navy-600: #1F3DC1;
--navy-700: #19319A;
--navy-800: #12236E;
--navy-900: #0B1646;
--navy-950: #070E2C;
}