Navy
#141D9F
BlueColor Codes
All color formats for development
HEX
#141D9FRGB
rgb(20, 29, 159)HSL
hsl(236, 78%, 35%)OKLCH
oklch(0.347 0.2 267.6)CMYK
cmyk(87%, 82%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#121A8F
2#10177F
3#0E146F
4#0C115F
5#0A0E4F
6#080C40
7#060930
8#040620
9#020310
Tints
Lighter variations
1#1722BC
2#1B28DA
3#303DE5
4#4E58E9
5#6B74ED
6#8990F0
7#A6ACF4
8#C4C7F8
9#E1E3FB
Tones
Muted variations
1#1B2398
2#222991
3#292F8A
4#2F3583
5#363B7C
6#3D4175
7#44476E
8#4B4D67
9#525360
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE1 #DFE1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C7 #C4C7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 979D #979DF2 | BordersInactive statesPlaceholder text |
| 400 | 6069 #6069EB | Disabled statesSecondary iconsMuted text |
| 500 | 333F #333FE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1924 #1924C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 141D #141D9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E15 #0E1571 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090D #090D49 | Primary textHigh emphasis contentDark headings |
| 950 | 0608 #06082D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FD;
--navy-100: #DFE1FB;
--navy-200: #C4C7F8;
--navy-300: #979DF2;
--navy-400: #6069EB;
--navy-500: #333FE6;
--navy-600: #1924C8;
--navy-700: #141D9F;
--navy-800: #0E1571;
--navy-900: #090D49;
--navy-950: #06082D;
}