Orchid
#C935E3
PinkColor Codes
All color formats for development
HEX
#C935E3RGB
rgb(201, 53, 227)HSL
hsl(291, 76%, 55%)OKLCH
oklch(0.624 0.26 321.1)CMYK
cmyk(11%, 77%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C11EDE
2#AC1BC5
3#9618AD
4#811494
5#6B117B
6#560D63
7#400A4A
8#2B0731
9#150319
Tints
Lighter variations
1#CF49E6
2#D45DE9
3#D972EC
4#DF86EE
5#E49AF1
6#EAAEF4
7#EFC2F7
8#F4D7F9
9#FAEBFC
Tones
Muted variations
1#C33EDB
2#BD46D2
3#B74FC9
4#B158C1
5#AB61B8
6#A569AF
7#9F72A6
8#987B9E
9#928495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF2 #FBF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7E0 #F7E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFC5 #EFC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E498 #E498F1 | BordersInactive statesPlaceholder text |
| 400 | D562 #D562EA | Disabled statesSecondary iconsMuted text |
| 500 | C935 #C935E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | AC1B #AC1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8915 #89159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 620F #620F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F0A #3F0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2706 #27062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF2FD;
--orchid-100: #F7E0FB;
--orchid-200: #EFC5F7;
--orchid-300: #E498F1;
--orchid-400: #D562EA;
--orchid-500: #C935E3;
--orchid-600: #AC1BC5;
--orchid-700: #89159D;
--orchid-800: #620F70;
--orchid-900: #3F0A48;
--orchid-950: #27062D;
}