Orchid
#F05CDC
PinkColor Codes
All color formats for development
HEX
#F05CDCRGB
rgb(240, 92, 220)HSL
hsl(308, 83%, 65%)OKLCH
oklch(0.709 0.229 333.4)CMYK
cmyk(0%, 62%, 8%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED3DD6
2#EA1FCF
3#D414BB
4#B611A0
5#980E85
6#790B6B
7#5B0850
8#3D0635
9#1E031B
Tints
Lighter variations
1#F16CE0
2#F37CE3
3#F48DE7
4#F69DEA
5#F7ADEE
6#F9BEF1
7#FACEF5
8#FCDEF8
9#FDEFFC
Tones
Muted variations
1#E863D7
2#E16AD1
3#DA72CC
4#D279C6
5#CB81C1
6#C388BB
7#BC90B6
8#B597B1
9#AD9EAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594E8 | BordersInactive statesPlaceholder text |
| 400 | F05C #F05CDC | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2DD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD13B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0742 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0429 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FC;
--orchid-100: #FCDEF8;
--orchid-200: #F9C2F2;
--orchid-300: #F594E8;
--orchid-400: #F05CDC;
--orchid-500: #EB2DD2;
--orchid-600: #CD13B4;
--orchid-700: #A30F90;
--orchid-800: #750B67;
--orchid-900: #4B0742;
--orchid-950: #2F0429;
}