Navy
#0E1871
BlueColor Codes
All color formats for development
HEX
#0E1871RGB
rgb(14, 24, 113)HSL
hsl(234, 78%, 25%)OKLCH
oklch(0.282 0.149 268)CMYK
cmyk(88%, 79%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D1666
2#0B135B
3#0A114F
4#080E44
5#070C39
6#060A2D
7#040722
8#030517
9#01020B
Tints
Lighter variations
1#121F94
2#1626B6
3#1B2ED8
4#3345E6
5#5564EA
6#7783EE
7#99A2F2
8#BBC1F7
9#DDE0FB
Tones
Muted variations
1#131C6D
2#182068
3#1D2463
4#22285E
5#272C59
6#2C3054
7#31344F
8#36384A
9#3B3C45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE2 #DFE2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C9 #C4C9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97A0 #97A0F2 | BordersInactive statesPlaceholder text |
| 400 | 606E #606EEB | Disabled statesSecondary iconsMuted text |
| 500 | 3345 #3345E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 192A #192AC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1422 #14229F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E18 #0E1871 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090F #090F49 | Primary textHigh emphasis contentDark headings |
| 950 | 060A #060A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F3FD;
--navy-100: #DFE2FB;
--navy-200: #C4C9F8;
--navy-300: #97A0F2;
--navy-400: #606EEB;
--navy-500: #3345E6;
--navy-600: #192AC8;
--navy-700: #14229F;
--navy-800: #0E1871;
--navy-900: #090F49;
--navy-950: #060A2D;
}