Purple
#690BA8
PurpleColor Codes
All color formats for development
HEX
#690BA8RGB
rgb(105, 11, 168)HSL
hsl(276, 88%, 35%)OKLCH
oklch(0.422 0.213 304.2)CMYK
cmyk(38%, 93%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5E0A97
2#540986
3#490775
4#3F0665
5#340554
6#2A0443
7#1F0332
8#150222
9#0A0111
Tints
Lighter variations
1#7C0DC7
2#900FE6
3#9F25F1
4#AD44F3
5#BB63F5
6#C882F7
7#D6A2F9
8#E4C1FB
9#F1E0FD
Tones
Muted variations
1#6713A0
2#661A98
3#642290
4#632A88
5#613281
6#603A79
7#5E4271
8#5C4A69
9#5B5161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DD #F0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4C1 #E4C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | CF91 #CF91F8 | BordersInactive statesPlaceholder text |
| 400 | B557 #B557F4 | Disabled statesSecondary iconsMuted text |
| 500 | A027 #A027F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 840D #840DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 690B #690BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4B08 #4B0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3005 #30054D | Primary textHigh emphasis contentDark headings |
| 950 | 1E03 #1E0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F9F1FE;
--purple-100: #F0DDFD;
--purple-200: #E4C1FB;
--purple-300: #CF91F8;
--purple-400: #B557F4;
--purple-500: #A027F1;
--purple-600: #840DD3;
--purple-700: #690BA8;
--purple-800: #4B0878;
--purple-900: #30054D;
--purple-950: #1E0330;
}