Navy
#0D054D
BlueColor Codes
All color formats for development
HEX
#0D054DRGB
rgb(13, 5, 77)HSL
hsl(247, 88%, 16%)OKLCH
oklch(0.208 0.121 273.6)CMYK
cmyk(83%, 94%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C0445
2#0B043D
3#090336
4#08032E
5#070226
6#05021F
7#040117
8#03010F
9#010008
Tints
Lighter variations
1#140775
2#1B0A9D
3#220DC6
4#290FEE
5#4C36F2
6#705EF5
7#9386F7
8#B7AEFA
9#DBD7FC
Tones
Muted variations
1#100849
2#130C46
3#161042
4#18133E
5#1B173B
6#1E1A37
7#211E34
8#232230
9#26252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DD #E1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C1 #C7C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D91 #9D91F8 | BordersInactive statesPlaceholder text |
| 400 | 6A57 #6A57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 3F27 #3F27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 250D #250DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D0B #1D0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1508 #150878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D05 #0D054D | Primary textHigh emphasis contentDark headings |
| 950 | 0803 #080330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FE;
--navy-100: #E1DDFD;
--navy-200: #C7C1FB;
--navy-300: #9D91F8;
--navy-400: #6A57F4;
--navy-500: #3F27F1;
--navy-600: #250DD3;
--navy-700: #1D0BA8;
--navy-800: #150878;
--navy-900: #0D054D;
--navy-950: #080330;
}