Orchid
#F15BCE
PinkColor Codes
All color formats for development
HEX
#F15BCERGB
rgb(241, 91, 206)HSL
hsl(314, 84%, 65%)OKLCH
oklch(0.703 0.221 338)CMYK
cmyk(0%, 62%, 15%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE3CC5
2#EB1EBB
3#D513A8
4#B71090
5#980D78
6#7A0B60
7#5B0848
8#3D0530
9#1E0318
Tints
Lighter variations
1#F26BD3
2#F47CD8
3#F58CDD
4#F69CE1
5#F8ADE6
6#F9BDEB
7#FBCEF0
8#FCDEF5
9#FEEFFA
Tones
Muted variations
1#E962CA
2#E26AC6
3#DA71C2
4#D379BE
5#CB80BA
6#C488B6
7#BC8FB2
8#B597AE
9#AD9EAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2ED | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F693DF | BordersInactive statesPlaceholder text |
| 400 | F15B #F15BCE | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2CC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE12A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B073B | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0425 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FB;
--orchid-100: #FCDEF5;
--orchid-200: #FAC2ED;
--orchid-300: #F693DF;
--orchid-400: #F15BCE;
--orchid-500: #ED2CC0;
--orchid-600: #CE12A2;
--orchid-700: #A40E81;
--orchid-800: #750A5C;
--orchid-900: #4B073B;
--orchid-950: #2F0425;
}