Orchid
#CD60EB
PinkColor Codes
All color formats for development
HEX
#CD60EBRGB
rgb(205, 96, 235)HSL
hsl(287, 78%, 65%)OKLCH
oklch(0.676 0.218 318.4)CMYK
cmyk(13%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C443E8
2#BB25E4
3#A71ACF
4#8F16B1
5#781294
6#600F76
7#480B59
8#30073B
9#18041E
Tints
Lighter variations
1#D270ED
2#D780EF
3#DC90F1
4#E1A0F3
5#E6B0F5
6#EBBFF7
7#F0CFF9
8#F5DFFB
9#FAEFFD
Tones
Muted variations
1#C967E4
2#C56EDD
3#C175D6
4#BD7CD0
5#B983C9
6#B68AC2
7#B291BB
8#AE98B4
9#AA9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DF #F5DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC4 #EDC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | DE97 #DE97F2 | BordersInactive statesPlaceholder text |
| 400 | CD60 #CD60EB | Disabled statesSecondary iconsMuted text |
| 500 | BF33 #BF33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | A219 #A219C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8114 #81149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C0E #5C0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B09 #3B0949 | Primary textHigh emphasis contentDark headings |
| 950 | 2506 #25062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FD;
--orchid-100: #F5DFFB;
--orchid-200: #EDC4F8;
--orchid-300: #DE97F2;
--orchid-400: #CD60EB;
--orchid-500: #BF33E6;
--orchid-600: #A219C8;
--orchid-700: #81149F;
--orchid-800: #5C0E71;
--orchid-900: #3B0949;
--orchid-950: #25062D;
}