Navy
#1308AA
BlueColor Codes
All color formats for development
HEX
#1308AARGB
rgb(19, 8, 170)HSL
hsl(244, 91%, 35%)OKLCH
oklch(0.343 0.224 267.4)CMYK
cmyk(89%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#110799
2#0F0688
3#0D0677
4#0B0566
5#090455
6#080344
7#060233
8#040222
9#020111
Tints
Lighter variations
1#160ACA
2#1A0BEA
3#2F21F5
4#4D41F6
5#6B61F8
6#8880F9
7#A6A0FB
8#C4C0FC
9#E1DFFE
Tones
Muted variations
1#1A10A2
2#21189A
3#282092
4#2F298A
5#363182
6#3D397A
7#444172
8#4B4969
9#525161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDD #DFDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C0 #C4C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 968F #968FFA | BordersInactive statesPlaceholder text |
| 400 | 5F55 #5F55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 3224 #3224F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 180A #180AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1308 #1308AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D06 #0D067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0904 #09044E | Primary textHigh emphasis contentDark headings |
| 950 | 0502 #050231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F0FE;
--navy-100: #DFDDFD;
--navy-200: #C4C0FC;
--navy-300: #968FFA;
--navy-400: #5F55F7;
--navy-500: #3224F5;
--navy-600: #180AD6;
--navy-700: #1308AA;
--navy-800: #0D067A;
--navy-900: #09044E;
--navy-950: #050231;
}