Orchid
#CF5DEF
PinkColor Codes
All color formats for development
HEX
#CF5DEFRGB
rgb(207, 93, 239)HSL
hsl(287, 82%, 65%)OKLCH
oklch(0.677 0.227 318.2)CMYK
cmyk(13%, 61%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C63EEC
2#BD20E9
3#AA15D3
4#9212B5
5#790F97
6#610C79
7#49095A
8#31063C
9#18031E
Tints
Lighter variations
1#D46DF1
2#D97DF2
3#DE8DF4
4#E29EF5
5#E7AEF7
6#ECBEF9
7#F1CEFA
8#F5DFFC
9#FAEFFD
Tones
Muted variations
1#CB64E8
2#C76BE0
3#C373D9
4#BF7AD2
5#BA81CA
6#B688C3
7#B290BC
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 | EDC3 #EDC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E094 #E094F4 | BordersInactive statesPlaceholder text |
| 400 | CF5D #CF5DEF | Disabled statesSecondary iconsMuted text |
| 500 | C22E #C22EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | A414 #A414CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8310 #8310A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D0B #5D0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C07 #3C074A | 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: #EDC3F9;
--orchid-300: #E094F4;
--orchid-400: #CF5DEF;
--orchid-500: #C22EEA;
--orchid-600: #A414CC;
--orchid-700: #8310A2;
--orchid-800: #5D0B74;
--orchid-900: #3C074A;
--orchid-950: #25052E;
}