Orchid
#CE5AF2
PinkColor Codes
All color formats for development
HEX
#CE5AF2RGB
rgb(206, 90, 242)HSL
hsl(286, 85%, 65%)OKLCH
oklch(0.674 0.233 317.3)CMYK
cmyk(15%, 63%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C53BEF
2#BC1DED
3#A911D7
4#910FB8
5#780C99
6#600A7B
7#48075C
8#30053D
9#18021F
Tints
Lighter variations
1#D36AF3
2#D87BF4
3#DD8BF6
4#E29CF7
5#E7ACF8
6#EBBDFA
7#F0CDFB
8#F5DEFC
9#FAEEFE
Tones
Muted variations
1#CA61EA
2#C669E2
3#C271DB
4#BE78D3
5#BA80CC
6#B687C4
7#B28FBD
8#AE97B5
9#AA9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DE #F5DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC2 #EDC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | DF92 #DF92F6 | BordersInactive statesPlaceholder text |
| 400 | CE5A #CE5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | C02B #C02BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | A311 #A311D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 820D #820DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D0A #5D0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B06 #3B064B | Primary textHigh emphasis contentDark headings |
| 950 | 2504 #25042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FE;
--orchid-100: #F5DEFC;
--orchid-200: #EDC2FA;
--orchid-300: #DF92F6;
--orchid-400: #CE5AF2;
--orchid-500: #C02BEE;
--orchid-600: #A311D0;
--orchid-700: #820DA5;
--orchid-800: #5D0A76;
--orchid-900: #3B064B;
--orchid-950: #25042F;
}