Orchid
#F15BD3
PinkColor Codes
All color formats for development
HEX
#F15BD3RGB
rgb(241, 91, 211)HSL
hsl(312, 84%, 65%)OKLCH
oklch(0.705 0.225 336.4)CMYK
cmyk(0%, 62%, 12%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE3CCB
2#EB1EC2
3#D513AF
4#B71096
5#980D7D
6#7A0B64
7#5B084B
8#3D0532
9#1E0319
Tints
Lighter variations
1#F26BD7
2#F47CDC
3#F58CE0
4#F69CE4
5#F8ADE9
6#F9BDED
7#FBCEF2
8#FCDEF6
9#FEEFFB
Tones
Muted variations
1#E962CE
2#E26ACA
3#DA71C5
4#D379C1
5#CB80BC
6#C488B8
7#BC8FB3
8#B597AF
9#AD9EAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2EF | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F693E2 | BordersInactive statesPlaceholder text |
| 400 | F15B #F15BD3 | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2CC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE12A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B073D | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0426 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FB;
--orchid-100: #FCDEF6;
--orchid-200: #FAC2EF;
--orchid-300: #F693E2;
--orchid-400: #F15BD3;
--orchid-500: #ED2CC6;
--orchid-600: #CE12A9;
--orchid-700: #A40E86;
--orchid-800: #750A60;
--orchid-900: #4B073D;
--orchid-950: #2F0426;
}