Navy
#0D0949
BlueColor Codes
All color formats for development
HEX
#0D0949RGB
rgb(13, 9, 73)HSL
hsl(244, 78%, 16%)OKLCH
oklch(0.208 0.111 273.7)CMYK
cmyk(82%, 88%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C0841
2#0B073A
3#090633
4#08052C
5#070424
6#05041D
7#040316
8#03020F
9#010107
Tints
Lighter variations
1#140E6F
2#1B1295
3#2217BB
4#291CE1
5#4C40E7
6#6F66EC
7#938DF1
8#B7B3F6
9#DBD9FA
Tones
Muted variations
1#100C45
2#130F42
3#15133F
4#18163C
5#1B1939
6#1E1C36
7#211F32
8#23222F
9#26262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DF #E1DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C4 #C7C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D97 #9D97F2 | BordersInactive statesPlaceholder text |
| 400 | 6960 #6960EB | Disabled statesSecondary iconsMuted text |
| 500 | 3F33 #3F33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2419 #2419C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D14 #1D149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 150E #150E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D09 #0D0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0806 #08062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FD;
--navy-100: #E1DFFB;
--navy-200: #C7C4F8;
--navy-300: #9D97F2;
--navy-400: #6960EB;
--navy-500: #3F33E6;
--navy-600: #2419C8;
--navy-700: #1D149F;
--navy-800: #150E71;
--navy-900: #0D0949;
--navy-950: #08062D;
}