Navy
#1B0D72
BlueColor Codes
All color formats for development
HEX
#1B0D72RGB
rgb(27, 13, 114)HSL
hsl(248, 80%, 25%)OKLCH
oklch(0.276 0.156 275.2)CMYK
cmyk(76%, 89%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#180B67
2#150A5C
3#120950
4#100845
5#0D0639
6#0B052E
7#080422
8#050317
9#03010B
Tints
Lighter variations
1#221195
2#2A14B8
3#3218DA
4#4930E8
5#6753EC
6#8675F0
7#A498F4
8#C2BAF7
9#E1DDFB
Tones
Muted variations
1#1E126E
2#221769
3#261C63
4#29215E
5#2D2659
6#312B54
7#35304F
8#38364A
9#3C3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DF #E3DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC3 #CAC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A295 #A295F3 | BordersInactive statesPlaceholder text |
| 400 | 715E #715EED | Disabled statesSecondary iconsMuted text |
| 500 | 4930 #4930E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E16 #2E16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2512 #2512A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A0D #1A0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1108 #110849 | Primary textHigh emphasis contentDark headings |
| 950 | 0B05 #0B052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F1FD;
--navy-100: #E3DFFB;
--navy-200: #CAC3F8;
--navy-300: #A295F3;
--navy-400: #715EED;
--navy-500: #4930E8;
--navy-600: #2E16CA;
--navy-700: #2512A1;
--navy-800: #1A0D73;
--navy-900: #110849;
--navy-950: #0B052E;
}