Orchid
#D75CF0
PinkColor Codes
All color formats for development
HEX
#D75CF0RGB
rgb(215, 92, 240)HSL
hsl(290, 83%, 65%)OKLCH
oklch(0.687 0.232 320.5)CMYK
cmyk(10%, 62%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D03DED
2#C81FEA
3#B414D4
4#9A11B6
5#810E98
6#670B79
7#4D085B
8#33063D
9#1A031E
Tints
Lighter variations
1#DB6CF1
2#DF7CF3
3#E38DF4
4#E79DF6
5#EBADF7
6#EFBEF9
7#F3CEFA
8#F7DEFC
9#FBEFFD
Tones
Muted variations
1#D263E8
2#CD6AE1
3#C872DA
4#C379D2
5#BE81CB
6#BA88C3
7#B590BC
8#B097B5
9#AB9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DE #F7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0C2 #F0C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E594 #E594F5 | BordersInactive statesPlaceholder text |
| 400 | D75C #D75CF0 | Disabled statesSecondary iconsMuted text |
| 500 | CC2D #CC2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | AE13 #AE13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8B0F #8B0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 630B #630B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F07 #3F074B | Primary textHigh emphasis contentDark headings |
| 950 | 2804 #28042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF1FE;
--orchid-100: #F7DEFC;
--orchid-200: #F0C2F9;
--orchid-300: #E594F5;
--orchid-400: #D75CF0;
--orchid-500: #CC2DEB;
--orchid-600: #AE13CD;
--orchid-700: #8B0FA3;
--orchid-800: #630B75;
--orchid-900: #3F074B;
--orchid-950: #28042F;
}