Orchid
#FB51E7
PinkColor Codes
All color formats for development
HEX
#FB51E7RGB
rgb(251, 81, 231)HSL
hsl(307, 96%, 65%)OKLCH
oklch(0.719 0.257 333)CMYK
cmyk(0%, 68%, 8%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FB30E3
2#FA0FDF
3#E305C9
4#C304AD
5#A20390
6#820373
7#610256
8#41013A
9#20011D
Tints
Lighter variations
1#FC62EA
2#FC73EC
3#FD85EF
4#FD96F1
5#FDA8F3
6#FEB9F6
7#FECBF8
8#FEDCFA
9#FFEEFD
Tones
Muted variations
1#F359E1
2#EA61DA
3#E26AD4
4#D972CD
5#D17BC7
6#C883C0
7#BF8CB9
8#B795B3
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 #FEBEF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CF0 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50E7 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1EE1 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC04C3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF049B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D036F | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500247 | 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: #FEBEF6;
--orchid-300: #FD8CF0;
--orchid-400: #FB50E7;
--orchid-500: #FA1EE1;
--orchid-600: #DC04C3;
--orchid-700: #AF049B;
--orchid-800: #7D036F;
--orchid-900: #500247;
--orchid-950: #32012C;
}