Orchid
#CF65E7
PinkColor Codes
All color formats for development
HEX
#CF65E7RGB
rgb(207, 101, 231)HSL
hsl(289, 73%, 65%)OKLCH
oklch(0.683 0.208 319.9)CMYK
cmyk(10%, 56%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C648E2
2#BD2BDE
3#AA1FC9
4#911BAC
5#79168F
6#611273
7#490D56
8#300939
9#18041D
Tints
Lighter variations
1#D474E9
2#D983EC
3#DD93EE
4#E2A2F1
5#E7B2F3
6#ECC1F5
7#F1D1F8
8#F5E0FA
9#FAF0FD
Tones
Muted variations
1#CB6BE0
2#C772DA
3#C378D3
4#BF7FCD
5#BA85C6
6#B68CC0
7#B292B9
8#AE99B3
9#AA9FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF2 #FBF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5E0 #F5E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC6 #EDC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | DF9A #DF9AEF | BordersInactive statesPlaceholder text |
| 400 | CF65 #CF65E7 | Disabled statesSecondary iconsMuted text |
| 500 | C138 #C138E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | A41E #A41EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8318 #83189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D11 #5D116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C0B #3C0B47 | Primary textHigh emphasis contentDark headings |
| 950 | 2507 #25072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF2FD;
--orchid-100: #F5E0FA;
--orchid-200: #EDC6F6;
--orchid-300: #DF9AEF;
--orchid-400: #CF65E7;
--orchid-500: #C138E0;
--orchid-600: #A41EC2;
--orchid-700: #83189A;
--orchid-800: #5D116E;
--orchid-900: #3C0B47;
--orchid-950: #25072C;
}