Orchid
#CC65E6
PinkColor Codes
All color formats for development
HEX
#CC65E6RGB
rgb(204, 101, 230)HSL
hsl(288, 72%, 65%)OKLCH
oklch(0.678 0.205 319.2)CMYK
cmyk(11%, 56%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C349E1
2#B92CDD
3#A620C8
4#8E1CAB
5#77178F
6#5F1372
7#470E56
8#2F0939
9#18051D
Tints
Lighter variations
1#D175E9
2#D684EB
3#DC94EE
4#E1A3F0
5#E6B2F3
6#EBC2F5
7#F0D1F8
8#F5E0FA
9#FAF0FD
Tones
Muted variations
1#C86CE0
2#C572D9
3#C179D3
4#BD7FCC
5#B986C6
6#B58CBF
7#B192B9
8#AD99B3
9#AA9FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF2 #FBF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5E0 #F5E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | ECC6 #ECC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | DE9A #DE9AEF | BordersInactive statesPlaceholder text |
| 400 | CC65 #CC65E6 | Disabled statesSecondary iconsMuted text |
| 500 | BE3A #BE3ADF | Primary brand colorCTAsActive elementsLinks |
| 600 | A11F #A11FC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8019 #80199A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5B12 #5B126E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3A0B #3A0B46 | Primary textHigh emphasis contentDark headings |
| 950 | 2507 #25072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF2FD;
--orchid-100: #F5E0FA;
--orchid-200: #ECC6F6;
--orchid-300: #DE9AEF;
--orchid-400: #CC65E6;
--orchid-500: #BE3ADF;
--orchid-600: #A11FC1;
--orchid-700: #80199A;
--orchid-800: #5B126E;
--orchid-900: #3A0B46;
--orchid-950: #25072C;
}