Navy
#230F70
BlueColor Codes
All color formats for development
HEX
#230F70RGB
rgb(35, 15, 112)HSL
hsl(252, 76%, 25%)OKLCH
oklch(0.283 0.151 280.2)CMYK
cmyk(69%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F0E65
2#1C0C5A
3#180B4F
4#150943
5#110838
6#0E062D
7#0A0522
8#070316
9#03020B
Tints
Lighter variations
1#2D1492
2#3718B4
3#421DD5
4#5835E3
5#7457E8
6#9078ED
7#AB9AF1
8#C7BCF6
9#E3DDFA
Tones
Muted variations
1#26146B
2#281967
3#2B1E62
4#2E235D
5#312858
6#342C53
7#37314E
8#3A3649
9#3D3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F2 #F4F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E0 #E5E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC5 #CFC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | AA98 #AA98F1 | BordersInactive statesPlaceholder text |
| 400 | 7D62 #7D62EA | Disabled statesSecondary iconsMuted text |
| 500 | 5835 #5835E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D1B #3D1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3115 #31159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 230F #230F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 160A #160A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0E06 #0E062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F2FD;
--navy-100: #E5E0FB;
--navy-200: #CFC5F7;
--navy-300: #AA98F1;
--navy-400: #7D62EA;
--navy-500: #5835E3;
--navy-600: #3D1BC5;
--navy-700: #31159D;
--navy-800: #230F70;
--navy-900: #160A48;
--navy-950: #0E062D;
}