Orchid
#CD65E7
PinkColor Codes
All color formats for development
HEX
#CD65E7RGB
rgb(205, 101, 231)HSL
hsl(288, 73%, 65%)OKLCH
oklch(0.68 0.207 319.2)CMYK
cmyk(11%, 56%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C448E2
2#BA2BDE
3#A71FC9
4#8F1BAC
5#77168F
6#5F1273
7#480D56
8#300939
9#18041D
Tints
Lighter variations
1#D274E9
2#D783EC
3#DC93EE
4#E1A2F1
5#E6B2F3
6#EBC1F5
7#F0D1F8
8#F5E0FA
9#FAF0FD
Tones
Muted variations
1#C96BE0
2#C572DA
3#C178D3
4#BD7FCD
5#B985C6
6#B58CC0
7#B192B9
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 | ECC6 #ECC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | DE9A #DE9AEF | BordersInactive statesPlaceholder text |
| 400 | CD65 #CD65E7 | Disabled statesSecondary iconsMuted text |
| 500 | BF38 #BF38E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | A11E #A11EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8018 #80189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C11 #5C116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B0B #3B0B47 | 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: #ECC6F6;
--orchid-300: #DE9AEF;
--orchid-400: #CD65E7;
--orchid-500: #BF38E0;
--orchid-600: #A11EC2;
--orchid-700: #80189A;
--orchid-800: #5C116E;
--orchid-900: #3B0B47;
--orchid-950: #25072C;
}