Orchid
#FC4FE2
PinkColor Codes
All color formats for development
HEX
#FC4FE2RGB
rgb(252, 79, 226)HSL
hsl(309, 97%, 65%)OKLCH
oklch(0.716 0.256 334.6)CMYK
cmyk(0%, 69%, 10%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FC2FDD
2#FB0ED8
3#E503C3
4#C403A7
5#A3028B
6#83026F
7#620153
8#410138
9#21001C
Tints
Lighter variations
1#FD61E5
2#FD72E8
3#FD84EB
4#FD96EE
5#FEA7F1
6#FEB9F4
7#FECAF6
8#FEDCF9
9#FFEDFC
Tones
Muted variations
1#F458DC
2#EB60D6
3#E269D0
4#DA72CA
5#D17AC4
6#C883BE
7#C08CB8
8#B794B2
9#AE9DAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8BEC | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4FE2 | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1DDA | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD03BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B00396 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E026B | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #500145 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32012B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FFF0FD;
--orchid-100: #FEDCF9;
--orchid-200: #FEBEF4;
--orchid-300: #FD8BEC;
--orchid-400: #FC4FE2;
--orchid-500: #FC1DDA;
--orchid-600: #DD03BC;
--orchid-700: #B00396;
--orchid-800: #7E026B;
--orchid-900: #500145;
--orchid-950: #32012B;
}