Orchid
#F05CDA
PinkColor Codes
All color formats for development
HEX
#F05CDARGB
rgb(240, 92, 218)HSL
hsl(309, 83%, 65%)OKLCH
oklch(0.708 0.228 334)CMYK
cmyk(0%, 62%, 9%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED3DD3
2#EA1FCC
3#D414B7
4#B6119D
5#980E83
6#790B69
7#5B084F
8#3D0634
9#1E031A
Tints
Lighter variations
1#F16CDD
2#F37CE1
3#F48DE5
4#F69DE9
5#F7ADEC
6#F9BEF0
7#FACEF4
8#FCDEF8
9#FDEFFB
Tones
Muted variations
1#E863D4
2#E16ACF
3#DA72CA
4#D279C5
5#CB81C0
6#C388BA
7#BC90B5
8#B597B0
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 #F9C2F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594E6 | BordersInactive statesPlaceholder text |
| 400 | F05C #F05CDA | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2DCF | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD13B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0741 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0428 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FC;
--orchid-100: #FCDEF8;
--orchid-200: #F9C2F1;
--orchid-300: #F594E6;
--orchid-400: #F05CDA;
--orchid-500: #EB2DCF;
--orchid-600: #CD13B1;
--orchid-700: #A30F8D;
--orchid-800: #750B65;
--orchid-900: #4B0741;
--orchid-950: #2F0428;
}