Navy
#230FA3
BlueColor Codes
All color formats for development
HEX
#230FA3RGB
rgb(35, 15, 163)HSL
hsl(248, 83%, 35%)OKLCH
oklch(0.346 0.21 272.6)CMYK
cmyk(79%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F0E93
2#1C0C83
3#180B72
4#150962
5#110852
6#0E0641
7#0A0531
8#070321
9#030210
Tints
Lighter variations
1#2912C2
2#3015E0
3#442BEB
4#5F49EE
5#7A67F1
6#9486F4
7#AFA4F7
8#CAC2F9
9#E4E1FC
Tones
Muted variations
1#28179C
2#2E1E95
3#33258D
4#392D86
5#3E347E
6#443C77
7#49436F
8#4E4A68
9#545261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DE #E2DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC2 #CAC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A194 #A194F5 | BordersInactive statesPlaceholder text |
| 400 | 6F5C #6F5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 462D #462DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C13 #2C13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 230F #230FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 190B #190B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1007 #10074B | Primary textHigh emphasis contentDark headings |
| 950 | 0A04 #0A042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F1FE;
--navy-100: #E2DEFC;
--navy-200: #CAC2F9;
--navy-300: #A194F5;
--navy-400: #6F5CF0;
--navy-500: #462DEB;
--navy-600: #2C13CD;
--navy-700: #230FA3;
--navy-800: #190B75;
--navy-900: #10074B;
--navy-950: #0A042F;
}