Orchid
#F05CD5
PinkColor Codes
All color formats for development
HEX
#F05CD5RGB
rgb(240, 92, 213)HSL
hsl(311, 83%, 65%)OKLCH
oklch(0.706 0.224 335.6)CMYK
cmyk(0%, 62%, 11%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED3DCD
2#EA1FC5
3#D414B1
4#B61198
5#980E7E
6#790B65
7#5B084C
8#3D0633
9#1E0319
Tints
Lighter variations
1#F16CD9
2#F37CDD
3#F48DE1
4#F69DE6
5#F7ADEA
6#F9BEEE
7#FACEF2
8#FCDEF7
9#FDEFFB
Tones
Muted variations
1#E863D0
2#E16ACB
3#DA72C7
4#D279C2
5#CB81BD
6#C388B9
7#BC90B4
8#B597AF
9#AD9EAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2EF | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594E3 | BordersInactive statesPlaceholder text |
| 400 | F05C #F05CD5 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2DC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD13AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B073E | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0427 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FB;
--orchid-100: #FCDEF7;
--orchid-200: #F9C2EF;
--orchid-300: #F594E3;
--orchid-400: #F05CD5;
--orchid-500: #EB2DC9;
--orchid-600: #CD13AB;
--orchid-700: #A30F88;
--orchid-800: #750B61;
--orchid-900: #4B073E;
--orchid-950: #2F0427;
}