Navy
#0B0949
BlueColor Codes
All color formats for development
HEX
#0B0949RGB
rgb(11, 9, 73)HSL
hsl(242, 78%, 16%)OKLCH
oklch(0.207 0.112 272.2)CMYK
cmyk(85%, 88%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A0841
2#09073A
3#080633
4#07052C
5#060424
6#04041D
7#030316
8#02020F
9#010107
Tints
Lighter variations
1#110E6F
2#171295
3#1D17BB
4#221CE1
5#4640E7
6#6B66EC
7#908DF1
8#B5B3F6
9#DAD9FA
Tones
Muted variations
1#0E0C45
2#110F42
3#14133F
4#17163C
5#1A1939
6#1D1C36
7#201F32
8#23222F
9#26262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DF #E0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C4 #C6C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A97 #9A97F2 | BordersInactive statesPlaceholder text |
| 400 | 6560 #6560EB | Disabled statesSecondary iconsMuted text |
| 500 | 3933 #3933E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F19 #1F19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1814 #18149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 110E #110E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B09 #0B0949 | 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: #F2F1FD;
--navy-100: #E0DFFB;
--navy-200: #C6C4F8;
--navy-300: #9A97F2;
--navy-400: #6560EB;
--navy-500: #3933E6;
--navy-600: #1F19C8;
--navy-700: #18149F;
--navy-800: #110E71;
--navy-900: #0B0949;
--navy-950: #07062D;
}