Orchid
#F15BDF
PinkColor Codes
All color formats for development
HEX
#F15BDFRGB
rgb(241, 91, 223)HSL
hsl(307, 84%, 65%)OKLCH
oklch(0.711 0.233 332.8)CMYK
cmyk(0%, 62%, 7%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE3CD9
2#EB1ED3
3#D513BF
4#B710A3
5#980D88
6#7A0B6D
7#5B0852
8#3D0536
9#1E031B
Tints
Lighter variations
1#F26BE2
2#F47CE6
3#F58CE9
4#F69CEC
5#F8ADEF
6#F9BDF2
7#FBCEF5
8#FCDEF9
9#FEEFFC
Tones
Muted variations
1#E962D9
2#E26AD4
3#DA71CE
4#D379C8
5#CB80C2
6#C488BD
7#BC8FB7
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 #FCDEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F693EA | BordersInactive statesPlaceholder text |
| 400 | F15B #F15BDF | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2CD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE12B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0743 | 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: #FAC2F3;
--orchid-300: #F693EA;
--orchid-400: #F15BDF;
--orchid-500: #ED2CD6;
--orchid-600: #CE12B8;
--orchid-700: #A40E93;
--orchid-800: #750A69;
--orchid-900: #4B0743;
--orchid-950: #2F042A;
}