Orchid
#F15BDA
PinkColor Codes
All color formats for development
HEX
#F15BDARGB
rgb(241, 91, 218)HSL
hsl(309, 84%, 65%)OKLCH
oklch(0.709 0.23 334.3)CMYK
cmyk(0%, 62%, 10%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE3CD3
2#EB1ECD
3#D513B8
4#B7109E
5#980D84
6#7A0B69
7#5B084F
8#3D0535
9#1E031A
Tints
Lighter variations
1#F26BDE
2#F47CE2
3#F58CE5
4#F69CE9
5#F8ADED
6#F9BDF0
7#FBCEF4
8#FCDEF8
9#FEEFFB
Tones
Muted variations
1#E962D5
2#E26AD0
3#DA71CA
4#D379C5
5#CB80C0
6#C488BB
7#BC8FB5
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 | FAC2 #FAC2F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F693E7 | BordersInactive statesPlaceholder text |
| 400 | F15B #F15BDA | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2CD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE12B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A65 | 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: #FAC2F1;
--orchid-300: #F693E7;
--orchid-400: #F15BDA;
--orchid-500: #ED2CD0;
--orchid-600: #CE12B2;
--orchid-700: #A40E8E;
--orchid-800: #750A65;
--orchid-900: #4B0741;
--orchid-950: #2F0428;
}