Navy
#16216A
BlueColor Codes
All color formats for development
HEX
#16216ARGB
rgb(22, 33, 106)HSL
hsl(232, 66%, 25%)OKLCH
oklch(0.294 0.127 269.8)CMYK
cmyk(79%, 69%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#141E5F
2#111A55
3#0F174A
4#0D143F
5#0B1035
6#090D2A
7#070A20
8#040715
9#02030B
Tints
Lighter variations
1#1C2B8A
2#2335A9
3#293FC9
4#4155D8
5#6071DE
6#808DE5
7#A0AAEB
8#C0C6F2
9#DFE3F8
Tones
Muted variations
1#1A2466
2#1E2761
3#222A5D
4#272D59
5#2B3055
6#2F3351
7#33364C
8#373A48
9#3C3D44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E5 #E1E5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8CE #C8CEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EA8 #9EA8EB | BordersInactive statesPlaceholder text |
| 400 | 6B7B #6B7BE1 | Disabled statesSecondary iconsMuted text |
| 500 | 4155 #4155D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 263A #263ABA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E2E #1E2E94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1621 #16216A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E15 #0E1544 | Primary textHigh emphasis contentDark headings |
| 950 | 090D #090D2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F4FC;
--navy-100: #E1E5F9;
--navy-200: #C8CEF4;
--navy-300: #9EA8EB;
--navy-400: #6B7BE1;
--navy-500: #4155D8;
--navy-600: #263ABA;
--navy-700: #1E2E94;
--navy-800: #16216A;
--navy-900: #0E1544;
--navy-950: #090D2A;
}