Navy
#1B0F70
BlueColor Codes
All color formats for development
HEX
#1B0F70RGB
rgb(27, 15, 112)HSL
hsl(247, 76%, 25%)OKLCH
oklch(0.276 0.152 275.3)CMYK
cmyk(76%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#180E65
2#150C5A
3#130B4F
4#100943
5#0D0838
6#0B062D
7#080522
8#050316
9#03020B
Tints
Lighter variations
1#231492
2#2B18B4
3#331DD5
4#4935E3
5#6857E8
6#8678ED
7#A49AF1
8#C2BCF6
9#E1DDFA
Tones
Muted variations
1#1E146B
2#221967
3#261E62
4#29235D
5#2D2858
6#312C53
7#35314E
8#383649
9#3C3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F2 #F3F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E0 #E3E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBC5 #CBC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A298 #A298F1 | BordersInactive statesPlaceholder text |
| 400 | 7262 #7262EA | Disabled statesSecondary iconsMuted text |
| 500 | 4935 #4935E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F1B #2F1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2515 #25159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B0F #1B0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 110A #110A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0B06 #0B062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F2FD;
--navy-100: #E3E0FB;
--navy-200: #CBC5F7;
--navy-300: #A298F1;
--navy-400: #7262EA;
--navy-500: #4935E3;
--navy-600: #2F1BC5;
--navy-700: #25159D;
--navy-800: #1B0F70;
--navy-900: #110A48;
--navy-950: #0B062D;
}