Navy
#200BA8
BlueColor Codes
All color formats for development
HEX
#200BA8RGB
rgb(32, 11, 168)HSL
hsl(248, 88%, 35%)OKLCH
oklch(0.348 0.218 271.2)CMYK
cmyk(81%, 93%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C0A97
2#190986
3#160775
4#130665
5#100554
6#0D0443
7#090332
8#060222
9#030111
Tints
Lighter variations
1#260DC7
2#2B0FE6
3#4025F1
4#5B44F3
5#7763F5
6#9282F7
7#ADA2F9
8#C8C1FB
9#E4E0FD
Tones
Muted variations
1#2513A0
2#2B1A98
3#312290
4#372A88
5#3C3281
6#423A79
7#484271
8#4E4A69
9#535161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DD #E2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C1 #C8C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F91 #9F91F8 | BordersInactive statesPlaceholder text |
| 400 | 6C57 #6C57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 4227 #4227F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 280D #280DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 200B #200BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1708 #170878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E05 #0E054D | Primary textHigh emphasis contentDark headings |
| 950 | 0903 #090330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FE;
--navy-100: #E2DDFD;
--navy-200: #C8C1FB;
--navy-300: #9F91F8;
--navy-400: #6C57F4;
--navy-500: #4227F1;
--navy-600: #280DD3;
--navy-700: #200BA8;
--navy-800: #170878;
--navy-900: #0E054D;
--navy-950: #090330;
}