Navy
#2308AA
BlueColor Codes
All color formats for development
HEX
#2308AARGB
rgb(35, 8, 170)HSL
hsl(250, 91%, 35%)OKLCH
oklch(0.351 0.22 272.1)CMYK
cmyk(79%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#200799
2#1C0688
3#190677
4#150566
5#120455
6#0E0344
7#0B0233
8#070222
9#040111
Tints
Lighter variations
1#2A0ACA
2#300BEA
3#4521F5
4#5F41F6
5#7A61F8
6#9480F9
7#AFA0FB
8#CAC0FC
9#E4DFFE
Tones
Muted variations
1#2910A2
2#2E189A
3#332092
4#39298A
5#3E3182
6#44397A
7#494172
8#4E4969
9#545161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DD #E2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC0 #CAC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | A18F #A18FFA | BordersInactive statesPlaceholder text |
| 400 | 7055 #7055F7 | Disabled statesSecondary iconsMuted text |
| 500 | 4724 #4724F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C0A #2C0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2308 #2308AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1906 #19067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1004 #10044E | Primary textHigh emphasis contentDark headings |
| 950 | 0A02 #0A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F0FE;
--navy-100: #E2DDFD;
--navy-200: #CAC0FC;
--navy-300: #A18FFA;
--navy-400: #7055F7;
--navy-500: #4724F5;
--navy-600: #2C0AD6;
--navy-700: #2308AA;
--navy-800: #19067A;
--navy-900: #10044E;
--navy-950: #0A0231;
}