Orchid
#FB51EA
PinkColor Codes
All color formats for development
HEX
#FB51EARGB
rgb(251, 81, 234)HSL
hsl(306, 96%, 65%)OKLCH
oklch(0.72 0.259 332.2)CMYK
cmyk(0%, 68%, 7%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FB30E6
2#FA0FE3
3#E305CD
4#C304B0
5#A20393
6#820375
7#610258
8#41013B
9#20011D
Tints
Lighter variations
1#FC62EC
2#FC73EE
3#FD85F1
4#FD96F3
5#FDA8F5
6#FEB9F7
7#FECBF9
8#FEDCFB
9#FFEEFD
Tones
Muted variations
1#F359E3
2#EA61DD
3#E26AD6
4#D972CF
5#D17BC8
6#C883C1
7#BF8CBA
8#B795B3
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 #FEBEF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CF1 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50EA | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1EE4 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC04C6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF049E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D0371 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500248 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32012D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FFF0FD;
--orchid-100: #FEDCFB;
--orchid-200: #FEBEF7;
--orchid-300: #FD8CF1;
--orchid-400: #FB50EA;
--orchid-500: #FA1EE4;
--orchid-600: #DC04C6;
--orchid-700: #AF049E;
--orchid-800: #7D0371;
--orchid-900: #500248;
--orchid-950: #32012D;
}