Orchid
#CE5FEC
PinkColor Codes
All color formats for development
HEX
#CE5FECRGB
rgb(206, 95, 236)HSL
hsl(287, 79%, 65%)OKLCH
oklch(0.677 0.221 318.6)CMYK
cmyk(13%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C542E9
2#BB24E5
3#A818D0
4#9015B2
5#781194
6#600E77
7#480A59
8#30073B
9#18031E
Tints
Lighter variations
1#D36FEE
2#D87FF0
3#DC8FF2
4#E19FF4
5#E6AFF6
6#EBBFF8
7#F0CFF9
8#F5DFFB
9#FAEFFD
Tones
Muted variations
1#CA66E5
2#C66DDE
3#C274D7
4#BE7BD0
5#BA82C9
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 | DF96 #DF96F3 | BordersInactive statesPlaceholder text |
| 400 | CE5F #CE5FEC | Disabled statesSecondary iconsMuted text |
| 500 | C032 #C032E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | A218 #A218C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8113 #8113A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C0D #5C0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B09 #3B0949 | 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: #FBF1FD;
--orchid-100: #F5DFFB;
--orchid-200: #EDC4F8;
--orchid-300: #DF96F3;
--orchid-400: #CE5FEC;
--orchid-500: #C032E7;
--orchid-600: #A218C9;
--orchid-700: #8113A0;
--orchid-800: #5C0D72;
--orchid-900: #3B0949;
--orchid-950: #25052E;
}