Navy
#141F6C
BlueColor Codes
All color formats for development
HEX
#141F6CRGB
rgb(20, 31, 108)HSL
hsl(233, 69%, 25%)OKLCH
oklch(0.291 0.133 269.3)CMYK
cmyk(81%, 71%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#121B61
2#101856
3#0E154B
4#0C1241
5#0A0F36
6#080C2B
7#060920
8#040616
9#02030B
Tints
Lighter variations
1#1A278C
2#2030AC
3#2639CD
4#3D50DB
5#5D6DE1
6#7E8AE7
7#9EA7ED
8#BEC5F3
9#DFE2F9
Tones
Muted variations
1#182167
2#1D2563
3#21285F
4#252C5A
5#2A2F56
6#2E3251
7#33364D
8#373949
9#3B3C44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E4 #E1E4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CC #C7CCF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA5 #9CA5ED | BordersInactive statesPlaceholder text |
| 400 | 6877 #6877E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D50 #3D50DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2335 #2335BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C2A #1C2A97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 141E #141E6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D13 #0D1345 | Primary textHigh emphasis contentDark headings |
| 950 | 080C #080C2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F3FD;
--navy-100: #E1E4F9;
--navy-200: #C7CCF5;
--navy-300: #9CA5ED;
--navy-400: #6877E3;
--navy-500: #3D50DB;
--navy-600: #2335BE;
--navy-700: #1C2A97;
--navy-800: #141E6C;
--navy-900: #0D1345;
--navy-950: #080C2B;
}