Navy
#0B0A48
BlueColor Codes
All color formats for development
HEX
#0B0A48RGB
rgb(11, 10, 72)HSL
hsl(241, 76%, 16%)OKLCH
oklch(0.207 0.109 272.2)CMYK
cmyk(85%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A0941
2#090839
3#080732
4#06062B
5#050524
6#04041D
7#030316
8#02020E
9#010107
Tints
Lighter variations
1#110F6E
2#161493
3#1C19B9
4#221EDF
5#4543E5
6#6A68EA
7#908EF0
8#B5B4F5
9#DAD9FA
Tones
Muted variations
1#0E0D45
2#111042
3#14133F
4#17163B
5#1A1938
6#1D1C35
7#201F32
8#23232F
9#26262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E0 #E0E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C5 #C5C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9998 #9998F1 | BordersInactive statesPlaceholder text |
| 400 | 6462 #6462EA | Disabled statesSecondary iconsMuted text |
| 500 | 3835 #3835E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E1B #1E1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1815 #18159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 110F #110F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B0A #0B0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0706 #07062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F2FD;
--navy-100: #E0E0FB;
--navy-200: #C5C5F7;
--navy-300: #9998F1;
--navy-400: #6462EA;
--navy-500: #3835E3;
--navy-600: #1E1BC5;
--navy-700: #18159D;
--navy-800: #110F70;
--navy-900: #0B0A48;
--navy-950: #07062D;
}