Orchid
#C865E7
PinkColor Codes
All color formats for development
HEX
#C865E7RGB
rgb(200, 101, 231)HSL
hsl(286, 73%, 65%)OKLCH
oklch(0.674 0.205 317.5)CMYK
cmyk(13%, 56%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BE48E2
2#B42BDE
3#A11FC9
4#8A1BAC
5#73168F
6#5C1273
7#450D56
8#2E0939
9#17041D
Tints
Lighter variations
1#CE74E9
2#D383EC
3#D993EE
4#DEA2F1
5#E4B2F3
6#E9C1F5
7#EFD1F8
8#F4E0FA
9#FAF0FD
Tones
Muted variations
1#C56BE0
2#C272DA
3#BE78D3
4#BB7FCD
5#B785C6
6#B48CC0
7#B092B9
8#AD99B3
9#A99FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF2 #FAF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4E0 #F4E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBC6 #EBC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | DB9A #DB9AEF | BordersInactive statesPlaceholder text |
| 400 | C865 #C865E7 | Disabled statesSecondary iconsMuted text |
| 500 | B938 #B938E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9C1E #9C1EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7C18 #7C189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5911 #59116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 390B #390B47 | Primary textHigh emphasis contentDark headings |
| 950 | 2307 #23072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF2FD;
--orchid-100: #F4E0FA;
--orchid-200: #EBC6F6;
--orchid-300: #DB9AEF;
--orchid-400: #C865E7;
--orchid-500: #B938E0;
--orchid-600: #9C1EC2;
--orchid-700: #7C189A;
--orchid-800: #59116E;
--orchid-900: #390B47;
--orchid-950: #23072C;
}