Navy
#09024F
BlueColor Codes
All color formats for development
HEX
#09024FRGB
rgb(9, 2, 79)HSL
hsl(245, 95%, 16%)OKLCH
oklch(0.203 0.128 270.8)CMYK
cmyk(89%, 97%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#080248
2#070240
3#060138
4#050130
5#040128
6#030120
7#030118
8#020010
9#010008
Tints
Lighter variations
1#0D0379
2#1104A3
3#1605CD
4#1A06F7
5#3F2EFA
6#6558FB
7#8C82FC
8#B2ABFD
9#D9D5FE
Tones
Muted variations
1#0C064C
2#0F0A48
3#120E44
4#151240
5#19153C
6#1C1938
7#1F1D34
8#222131
9#26252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDC #DFDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4BE #C4BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 968D #968DFC | BordersInactive statesPlaceholder text |
| 400 | 5F51 #5F51FB | Disabled statesSecondary iconsMuted text |
| 500 | 311F #311FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1706 #1706DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1304 #1304AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D03 #0D037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0802 #080250 | Primary textHigh emphasis contentDark headings |
| 950 | 0501 #050132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F0FF;
--navy-100: #DFDCFE;
--navy-200: #C4BEFD;
--navy-300: #968DFC;
--navy-400: #5F51FB;
--navy-500: #311FF9;
--navy-600: #1706DB;
--navy-700: #1304AE;
--navy-800: #0D037C;
--navy-900: #080250;
--navy-950: #050132;
}