Orchid
#CD57F4
PinkColor Codes
All color formats for development
HEX
#CD57F4RGB
rgb(205, 87, 244)HSL
hsl(285, 88%, 65%)OKLCH
oklch(0.671 0.238 316.7)CMYK
cmyk(16%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C438F2
2#BA19F0
3#A70EDA
4#8F0CBB
5#770A9C
6#5F087D
7#48065D
8#30043E
9#18021F
Tints
Lighter variations
1#D268F5
2#D779F6
3#DC8AF8
4#E19AF9
5#E6ABFA
6#EBBCFB
7#F0CDFC
8#F5DDFD
9#FAEEFE
Tones
Muted variations
1#C95FEC
2#C567E5
3#C16FDD
4#BD77D5
5#B97ECD
6#B586C5
7#B28EBD
8#AE96B5
9#AA9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DD #F5DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | ECC1 #ECC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | DE91 #DE91F8 | BordersInactive statesPlaceholder text |
| 400 | CD57 #CD57F4 | Disabled statesSecondary iconsMuted text |
| 500 | BF27 #BF27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | A20D #A20DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 810B #810BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C08 #5C0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B05 #3B054D | Primary textHigh emphasis contentDark headings |
| 950 | 2503 #250330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FE;
--orchid-100: #F5DDFD;
--orchid-200: #ECC1FB;
--orchid-300: #DE91F8;
--orchid-400: #CD57F4;
--orchid-500: #BF27F1;
--orchid-600: #A20DD3;
--orchid-700: #810BA8;
--orchid-800: #5C0878;
--orchid-900: #3B054D;
--orchid-950: #250330;
}