Orchid
#F05CE1
PinkColor Codes
All color formats for development
HEX
#F05CE1RGB
rgb(240, 92, 225)HSL
hsl(306, 83%, 65%)OKLCH
oklch(0.712 0.233 331.9)CMYK
cmyk(0%, 62%, 6%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED3DDB
2#EA1FD6
3#D414C1
4#B611A5
5#980E8A
6#790B6E
7#5B0853
8#3D0637
9#1E031C
Tints
Lighter variations
1#F16CE4
2#F37CE7
3#F48DEA
4#F69DED
5#F7ADF0
6#F9BEF3
7#FACEF6
8#FCDEF9
9#FDEFFC
Tones
Muted variations
1#E863DB
2#E16AD5
3#DA72CF
4#D279C9
5#CB81C3
6#C388BD
7#BC90B8
8#B597B2
9#AD9EAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594EB | BordersInactive statesPlaceholder text |
| 400 | F05C #F05CE1 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2DD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD13BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0744 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F042A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FC;
--orchid-100: #FCDEF9;
--orchid-200: #F9C2F4;
--orchid-300: #F594EB;
--orchid-400: #F05CE1;
--orchid-500: #EB2DD8;
--orchid-600: #CD13BB;
--orchid-700: #A30F95;
--orchid-800: #750B6A;
--orchid-900: #4B0744;
--orchid-950: #2F042A;
}