Navy
#14266B
BlueColor Codes
All color formats for development
HEX
#14266BRGB
rgb(20, 38, 107)HSL
hsl(228, 69%, 25%)OKLCH
oklch(0.304 0.122 267.2)CMYK
cmyk(81%, 64%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#122261
2#101E56
3#0E1A4B
4#0C1641
5#0A1336
6#080F2B
7#060B20
8#040716
9#02040B
Tints
Lighter variations
1#1A318C
2#203CAC
3#2647CD
4#3D5DDB
5#5D78E1
6#7E93E7
7#9EAEED
8#BEC9F3
9#DFE4F9
Tones
Muted variations
1#182867
2#1D2B63
3#212D5F
4#25305A
5#2A3356
6#2E3551
7#33384D
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 | E1E6 #E1E6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D0 #C7D0F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CAC #9CACED | BordersInactive statesPlaceholder text |
| 400 | 6881 #6881E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D5D #3D5DDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2342 #2342BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C34 #1C3497 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1425 #14256C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D18 #0D1845 | Primary textHigh emphasis contentDark headings |
| 950 | 080F #080F2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F4FD;
--navy-100: #E1E6F9;
--navy-200: #C7D0F5;
--navy-300: #9CACED;
--navy-400: #6881E3;
--navy-500: #3D5DDB;
--navy-600: #2342BE;
--navy-700: #1C3497;
--navy-800: #14256C;
--navy-900: #0D1845;
--navy-950: #080F2B;
}