Navy
#140250
BlueColor Codes
All color formats for development
HEX
#140250RGB
rgb(20, 2, 80)HSL
hsl(254, 95%, 16%)OKLCH
oklch(0.213 0.126 279.1)CMYK
cmyk(75%, 98%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#120248
2#100240
3#0E0138
4#0C0130
5#0A0128
6#080120
7#060118
8#040010
9#020008
Tints
Lighter variations
1#1F0379
2#2904A3
3#3405CD
4#3E06F7
5#5E2EFA
6#7E58FB
7#9E82FC
8#BEABFD
9#DFD5FE
Tones
Muted variations
1#16064C
2#180A48
3#1A0E44
4#1C1240
5#1E153C
6#211938
7#231D34
8#252131
9#27252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DC #E4DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDBE #CDBEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A78D #A78DFC | BordersInactive statesPlaceholder text |
| 400 | 7951 #7951FB | Disabled statesSecondary iconsMuted text |
| 500 | 521F #521FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3706 #3706DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C04 #2C04AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F03 #1F037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1402 #140250 | Primary textHigh emphasis contentDark headings |
| 950 | 0D01 #0D0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F0FF;
--navy-100: #E4DCFE;
--navy-200: #CDBEFD;
--navy-300: #A78DFC;
--navy-400: #7951FB;
--navy-500: #521FF9;
--navy-600: #3706DB;
--navy-700: #2C04AE;
--navy-800: #1F037C;
--navy-900: #140250;
--navy-950: #0D0132;
}