Navy
#0F0A48
BlueColor Codes
All color formats for development
HEX
#0F0A48RGB
rgb(15, 10, 72)HSL
hsl(245, 76%, 16%)OKLCH
oklch(0.21 0.108 275.3)CMYK
cmyk(79%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D0941
2#0C0839
3#0A0732
4#09062B
5#070524
6#06041D
7#040316
8#03020E
9#010107
Tints
Lighter variations
1#170F6E
2#1F1493
3#2719B9
4#2E1EDF
5#5043E5
6#7368EA
7#968EF0
8#B9B4F5
9#DCD9FA
Tones
Muted variations
1#120D45
2#141042
3#17133F
4#19163B
5#1C1938
6#1E1C35
7#211F32
8#24232F
9#26262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F2 #F3F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E0 #E2E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C5 #C9C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F98 #9F98F1 | BordersInactive statesPlaceholder text |
| 400 | 6D62 #6D62EA | Disabled statesSecondary iconsMuted text |
| 500 | 4435 #4435E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 291B #291BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2115 #21159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 170F #170F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F0A #0F0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0906 #09062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F2FD;
--navy-100: #E2E0FB;
--navy-200: #C9C5F7;
--navy-300: #9F98F1;
--navy-400: #6D62EA;
--navy-500: #4435E3;
--navy-600: #291BC5;
--navy-700: #21159D;
--navy-800: #170F70;
--navy-900: #0F0A48;
--navy-950: #09062D;
}