Navy
#2307AB
BlueColor Codes
All color formats for development
HEX
#2307ABRGB
rgb(35, 7, 171)HSL
hsl(250, 92%, 35%)OKLCH
oklch(0.352 0.221 272)CMYK
cmyk(80%, 96%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F069A
2#1C0689
3#180578
4#150467
5#110456
6#0E0345
7#0A0233
8#070122
9#030111
Tints
Lighter variations
1#2908CB
2#2F0AEB
3#4420F6
4#5F40F7
5#7960F8
6#9480FA
7#AFA0FB
8#CABFFC
9#E4DFFE
Tones
Muted variations
1#280FA3
2#2D189B
3#332093
4#38288B
5#3E3082
6#43387A
7#494172
8#4E496A
9#545161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DD #E2DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CABF #CABFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | A08E #A08EFA | BordersInactive statesPlaceholder text |
| 400 | 6F54 #6F54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 4623 #4623F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2B09 #2B09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2307 #2307AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1905 #19057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1003 #10034E | 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: #E2DDFE;
--navy-200: #CABFFC;
--navy-300: #A08EFA;
--navy-400: #6F54F8;
--navy-500: #4623F6;
--navy-600: #2B09D7;
--navy-700: #2307AB;
--navy-800: #19057A;
--navy-900: #10034E;
--navy-950: #0A0231;
}