Orchid
#F15BDD
PinkColor Codes
All color formats for development
HEX
#F15BDDRGB
rgb(241, 91, 221)HSL
hsl(308, 84%, 65%)OKLCH
oklch(0.71 0.232 333.4)CMYK
cmyk(0%, 62%, 8%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE3CD6
2#EB1ED0
3#D513BB
4#B710A1
5#980D86
6#7A0B6B
7#5B0850
8#3D0536
9#1E031B
Tints
Lighter variations
1#F26BE0
2#F47CE4
3#F58CE7
4#F69CEA
5#F8ADEE
6#F9BDF1
7#FBCEF5
8#FCDEF8
9#FEEFFC
Tones
Muted variations
1#E962D7
2#E26AD2
3#DA71CC
4#D379C7
5#CB80C1
6#C488BC
7#BC8FB6
8#B597B1
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 #FAC2F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F693E8 | BordersInactive statesPlaceholder text |
| 400 | F15B #F15BDD | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2CD3 | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE12B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0742 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0429 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FC;
--orchid-100: #FCDEF8;
--orchid-200: #FAC2F2;
--orchid-300: #F693E8;
--orchid-400: #F15BDD;
--orchid-500: #ED2CD3;
--orchid-600: #CE12B5;
--orchid-700: #A40E90;
--orchid-800: #750A67;
--orchid-900: #4B0742;
--orchid-950: #2F0429;
}