Orchid
#FB50ED
PinkColor Codes
All color formats for development
HEX
#FB50EDRGB
rgb(251, 80, 237)HSL
hsl(305, 96%, 65%)OKLCH
oklch(0.721 0.262 331.4)CMYK
cmyk(0%, 68%, 6%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FB30EA
2#FA0FE7
3#E305D1
4#C304B3
5#A20395
6#820377
7#61025A
8#41013C
9#20011E
Tints
Lighter variations
1#FC62EF
2#FC73F1
3#FD85F3
4#FD96F4
5#FDA8F6
6#FEB9F8
7#FECBFA
8#FEDCFB
9#FFEEFD
Tones
Muted variations
1#F359E6
2#EA61DF
3#E26AD8
4#D972D1
5#D17BC9
6#C883C2
7#BF8CBB
8#B795B4
9#AE9DAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CF3 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50ED | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1EE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC04CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF04A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D0373 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500249 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32012E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FFF0FD;
--orchid-100: #FEDCFB;
--orchid-200: #FEBEF8;
--orchid-300: #FD8CF3;
--orchid-400: #FB50ED;
--orchid-500: #FA1EE8;
--orchid-600: #DC04CA;
--orchid-700: #AF04A1;
--orchid-800: #7D0373;
--orchid-900: #500249;
--orchid-950: #32012E;
}