Orchid
#CE5EED
PinkColor Codes
All color formats for development
HEX
#CE5EEDRGB
rgb(206, 94, 237)HSL
hsl(287, 80%, 65%)OKLCH
oklch(0.676 0.223 318.4)CMYK
cmyk(13%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C541EA
2#BC23E7
3#A917D1
4#9114B3
5#781195
6#600D77
7#480A5A
8#30073C
9#18031E
Tints
Lighter variations
1#D36EEF
2#D87EF1
3#DD8FF3
4#E29FF4
5#E7AFF6
6#EBBFF8
7#F0CFFA
8#F5DFFB
9#FAEFFD
Tones
Muted variations
1#CA65E6
2#C66DDF
3#C274D8
4#BE7BD1
5#BA82C9
6#B689C2
7#B290BB
8#AE97B4
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 | EDC3 #EDC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | DF95 #DF95F3 | BordersInactive statesPlaceholder text |
| 400 | CE5E #CE5EED | Disabled statesSecondary iconsMuted text |
| 500 | C030 #C030E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | A316 #A316CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8212 #8212A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D0D #5D0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B08 #3B0849 | 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: #EDC3F8;
--orchid-300: #DF95F3;
--orchid-400: #CE5EED;
--orchid-500: #C030E8;
--orchid-600: #A316CA;
--orchid-700: #8212A1;
--orchid-800: #5D0D73;
--orchid-900: #3B0849;
--orchid-950: #25052E;
}