Orchid
#F05CE6
PinkColor Codes
All color formats for development
HEX
#F05CE6RGB
rgb(240, 92, 230)HSL
hsl(304, 83%, 65%)OKLCH
oklch(0.714 0.237 330.5)CMYK
cmyk(0%, 62%, 4%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED3DE1
2#EA1FDD
3#D414C7
4#B611AB
5#980E8E
6#790B72
7#5B0855
8#3D0639
9#1E031C
Tints
Lighter variations
1#F16CE8
2#F37CEB
3#F48DED
4#F69DF0
5#F7ADF2
6#F9BEF5
7#FACEF7
8#FCDEFA
9#FDEFFC
Tones
Muted variations
1#E863E0
2#E16AD9
3#DA72D3
4#D279CC
5#CB81C6
6#C388BF
7#BC90B9
8#B597B3
9#AD9EAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594EF | BordersInactive statesPlaceholder text |
| 400 | F05C #F05CE6 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2DDF | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD13C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0746 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F042C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FD;
--orchid-100: #FCDEFA;
--orchid-200: #F9C2F6;
--orchid-300: #F594EF;
--orchid-400: #F05CE6;
--orchid-500: #EB2DDF;
--orchid-600: #CD13C1;
--orchid-700: #A30F99;
--orchid-800: #750B6E;
--orchid-900: #4B0746;
--orchid-950: #2F042C;
}