Orchid
#CD5DEF
PinkColor Codes
All color formats for development
HEX
#CD5DEFRGB
rgb(205, 93, 239)HSL
hsl(286, 82%, 65%)OKLCH
oklch(0.675 0.226 317.6)CMYK
cmyk(14%, 61%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C33EEC
2#BA20E9
3#A715D3
4#8F12B5
5#770F97
6#5F0C79
7#47095A
8#30063C
9#18031E
Tints
Lighter variations
1#D26DF1
2#D77DF2
3#DC8DF4
4#E19EF5
5#E6AEF7
6#EBBEF9
7#F0CEFA
8#F5DFFC
9#FAEFFD
Tones
Muted variations
1#C964E8
2#C56BE0
3#C173D9
4#BD7AD2
5#B981CA
6#B588C3
7#B190BC
8#AE97B4
9#AA9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DF #F5DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | ECC3 #ECC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | DE94 #DE94F4 | BordersInactive statesPlaceholder text |
| 400 | CD5D #CD5DEF | Disabled statesSecondary iconsMuted text |
| 500 | BE2E #BE2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | A114 #A114CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8010 #8010A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C0B #5C0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B07 #3B074A | Primary textHigh emphasis contentDark headings |
| 950 | 2505 #25052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FE;
--orchid-100: #F5DFFC;
--orchid-200: #ECC3F9;
--orchid-300: #DE94F4;
--orchid-400: #CD5DEF;
--orchid-500: #BE2EEA;
--orchid-600: #A114CC;
--orchid-700: #8010A2;
--orchid-800: #5C0B74;
--orchid-900: #3B074A;
--orchid-950: #25052E;
}