Orchid
#C865E6
PinkColor Codes
All color formats for development
HEX
#C865E6RGB
rgb(200, 101, 230)HSL
hsl(286, 72%, 65%)OKLCH
oklch(0.674 0.204 317.8)CMYK
cmyk(13%, 56%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BE49E1
2#B42CDD
3#A120C8
4#8A1CAB
5#73178F
6#5C1372
7#450E56
8#2E0939
9#17051D
Tints
Lighter variations
1#CE75E9
2#D384EB
3#D994EE
4#DEA3F0
5#E4B2F3
6#E9C2F5
7#EFD1F8
8#F4E0FA
9#FAF0FD
Tones
Muted variations
1#C56CE0
2#C172D9
3#BE79D3
4#BA7FCC
5#B786C6
6#B38CBF
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 #C865E6 | Disabled statesSecondary iconsMuted text |
| 500 | B83A #B83ADF | Primary brand colorCTAsActive elementsLinks |
| 600 | 9B1F #9B1FC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7C19 #7C199A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5812 #58126E | Text on light backgroundsHeadingsStrong borders |
| 900 | 380B #380B46 | 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: #C865E6;
--orchid-500: #B83ADF;
--orchid-600: #9B1FC1;
--orchid-700: #7C199A;
--orchid-800: #58126E;
--orchid-900: #380B46;
--orchid-950: #23072C;
}