Orchid
#FC4FE8
PinkColor Codes
All color formats for development
HEX
#FC4FE8RGB
rgb(252, 79, 232)HSL
hsl(307, 97%, 65%)OKLCH
oklch(0.719 0.26 333)CMYK
cmyk(0%, 69%, 8%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FC2FE4
2#FB0EE0
3#E503CA
4#C403AD
5#A30291
6#830274
7#620157
8#41013A
9#21001D
Tints
Lighter variations
1#FD61EA
2#FD72ED
3#FD84EF
4#FD96F1
5#FEA7F4
6#FEB9F6
7#FECAF8
8#FEDCFA
9#FFEDFD
Tones
Muted variations
1#F458E1
2#EB60DB
3#E269D4
4#DA72CE
5#D17AC7
6#C883C0
7#C08CBA
8#B794B3
9#AE9DAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8BF0 | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4FE8 | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1DE2 | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD03C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B0039C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E026F | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #500147 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32012C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FFF0FD;
--orchid-100: #FEDCFA;
--orchid-200: #FEBEF7;
--orchid-300: #FD8BF0;
--orchid-400: #FC4FE8;
--orchid-500: #FC1DE2;
--orchid-600: #DD03C4;
--orchid-700: #B0039C;
--orchid-800: #7E026F;
--orchid-900: #500147;
--orchid-950: #32012C;
}