Orchid
#C960EB
PinkColor Codes
All color formats for development
HEX
#C960EBRGB
rgb(201, 96, 235)HSL
hsl(285, 78%, 65%)OKLCH
oklch(0.671 0.216 317.1)CMYK
cmyk(14%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BE43E8
2#B425E4
3#A11ACF
4#8A16B1
5#731294
6#5C0F76
7#450B59
8#2E073B
9#17041E
Tints
Lighter variations
1#CE70ED
2#D380EF
3#D990F1
4#DEA0F3
5#E4B0F5
6#E9BFF7
7#EFCFF9
8#F4DFFB
9#FAEFFD
Tones
Muted variations
1#C567E4
2#C26EDD
3#BE75D6
4#BB7CD0
5#B783C9
6#B48AC2
7#B091BB
8#AD98B4
9#A99FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DF #F4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBC4 #EBC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | DB97 #DB97F2 | BordersInactive statesPlaceholder text |
| 400 | C960 #C960EB | Disabled statesSecondary iconsMuted text |
| 500 | B933 #B933E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9C19 #9C19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7C14 #7C149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 590E #590E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3909 #390949 | Primary textHigh emphasis contentDark headings |
| 950 | 2306 #23062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF1FD;
--orchid-100: #F4DFFB;
--orchid-200: #EBC4F8;
--orchid-300: #DB97F2;
--orchid-400: #C960EB;
--orchid-500: #B933E6;
--orchid-600: #9C19C8;
--orchid-700: #7C149F;
--orchid-800: #590E71;
--orchid-900: #390949;
--orchid-950: #23062D;
}