Orchid
#CE5BF1
PinkColor Codes
All color formats for development
HEX
#CE5BF1RGB
rgb(206, 91, 241)HSL
hsl(286, 84%, 65%)OKLCH
oklch(0.675 0.231 317.5)CMYK
cmyk(15%, 62%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C53CEE
2#BB1EEB
3#A813D5
4#9010B7
5#780D98
6#600B7A
7#48085B
8#30053D
9#18031E
Tints
Lighter variations
1#D36BF2
2#D87CF4
3#DD8CF5
4#E19CF6
5#E6ADF8
6#EBBDF9
7#F0CEFB
8#F5DEFC
9#FAEFFE
Tones
Muted variations
1#CA62E9
2#C66AE2
3#C271DA
4#BE79D3
5#BA80CB
6#B688C4
7#B28FBC
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 | DF93 #DF93F6 | BordersInactive statesPlaceholder text |
| 400 | CE5B #CE5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | C02C #C02CED | Primary brand colorCTAsActive elementsLinks |
| 600 | A212 #A212CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 810E #810EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C0A #5C0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B07 #3B074B | 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: #DF93F6;
--orchid-400: #CE5BF1;
--orchid-500: #C02CED;
--orchid-600: #A212CE;
--orchid-700: #810EA4;
--orchid-800: #5C0A75;
--orchid-900: #3B074B;
--orchid-950: #25042F;
}