Orchid
#CE2EEA
PinkColor Codes
All color formats for development
HEX
#CE2EEARGB
rgb(206, 46, 234)HSL
hsl(291, 82%, 55%)OKLCH
oklch(0.631 0.273 320.9)CMYK
cmyk(12%, 80%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C717E6
2#B114CC
3#9B12B3
4#840F99
5#6E0D80
6#580A66
7#42084D
8#2C0533
9#16031A
Tints
Lighter variations
1#D343EC
2#D858EE
3#DD6DF1
4#E282F3
5#E797F5
6#EBABF7
7#F0C0F9
8#F5D5FB
9#FAEAFD
Tones
Muted variations
1#C838E1
2#C141D8
3#BA4ACE
4#B454C5
5#AD5DBB
6#A767B2
7#A070A8
8#99799F
9#938396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DF #F7DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1C3 #F1C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E694 #E694F4 | BordersInactive statesPlaceholder text |
| 400 | D95D #D95DEF | Disabled statesSecondary iconsMuted text |
| 500 | CE2E #CE2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | B114 #B114CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8C10 #8C10A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 640B #640B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4007 #40074A | Primary textHigh emphasis contentDark headings |
| 950 | 2805 #28052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF1FE;
--orchid-100: #F7DFFC;
--orchid-200: #F1C3F9;
--orchid-300: #E694F4;
--orchid-400: #D95DEF;
--orchid-500: #CE2EEA;
--orchid-600: #B114CC;
--orchid-700: #8C10A2;
--orchid-800: #640B74;
--orchid-900: #40074A;
--orchid-950: #28052E;
}