Navy
#0E054D
BlueColor Codes
All color formats for development
HEX
#0E054DRGB
rgb(14, 5, 77)HSL
hsl(248, 88%, 16%)OKLCH
oklch(0.208 0.12 274.4)CMYK
cmyk(82%, 94%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D0445
2#0C043D
3#0A0336
4#09032E
5#070226
6#06021F
7#040117
8#03010F
9#010008
Tints
Lighter variations
1#160775
2#1E0A9D
3#250DC6
4#2D0FEE
5#4F36F2
6#725EF5
7#9586F7
8#B9AEFA
9#DCD7FC
Tones
Muted variations
1#110849
2#140C46
3#161042
4#19133E
5#1C173B
6#1E1A37
7#211E34
8#242230
9#26252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DD #E2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C1 #C8C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F91 #9F91F8 | BordersInactive statesPlaceholder text |
| 400 | 6C57 #6C57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 4227 #4227F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 280D #280DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 200B #200BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1708 #170878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E05 #0E054D | Primary textHigh emphasis contentDark headings |
| 950 | 0903 #090330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FE;
--navy-100: #E2DDFD;
--navy-200: #C8C1FB;
--navy-300: #9F91F8;
--navy-400: #6C57F4;
--navy-500: #4227F1;
--navy-600: #280DD3;
--navy-700: #200BA8;
--navy-800: #170878;
--navy-900: #0E054D;
--navy-950: #090330;
}