Orchid
#F655DB
PinkColor Codes
All color formats for development
HEX
#F655DBRGB
rgb(246, 85, 219)HSL
hsl(310, 90%, 65%)OKLCH
oklch(0.71 0.241 335.2)CMYK
cmyk(0%, 65%, 11%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F436D5
2#F316CE
3#DC0CBA
4#BD0A9F
5#9D0885
6#7E076A
7#5E0550
8#3F0335
9#1F021B
Tints
Lighter variations
1#F766DF
2#F877E2
3#F988E6
4#FA99EA
5#FBAAED
6#FBBBF1
7#FCCCF4
8#FDDDF8
9#FEEEFB
Tones
Muted variations
1#EE5DD6
2#E665D1
3#DE6ECB
4#D676C6
5#CE7EC1
6#C686BB
7#BE8EB6
8#B696B0
9#AE9EAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990E8 | BordersInactive statesPlaceholder text |
| 400 | F655 #F655DB | Disabled statesSecondary iconsMuted text |
| 500 | F425 #F425D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | D50B #D50BB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA09 #AA098F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7906 #790666 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E0441 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300329 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF0FC;
--orchid-100: #FDDDF8;
--orchid-200: #FCC0F2;
--orchid-300: #F990E8;
--orchid-400: #F655DB;
--orchid-500: #F425D1;
--orchid-600: #D50BB4;
--orchid-700: #AA098F;
--orchid-800: #790666;
--orchid-900: #4E0441;
--orchid-950: #300329;
}