Orchid
#D260EB
PinkColor Codes
All color formats for development
HEX
#D260EBRGB
rgb(210, 96, 235)HSL
hsl(289, 78%, 65%)OKLCH
oklch(0.682 0.22 320.1)CMYK
cmyk(11%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C943E8
2#C125E4
3#AD1ACF
4#9516B1
5#7C1294
6#630F76
7#4A0B59
8#32073B
9#19041E
Tints
Lighter variations
1#D670ED
2#DB80EF
3#DF90F1
4#E4A0F3
5#E8B0F5
6#EDBFF7
7#F1CFF9
8#F6DFFB
9#FAEFFD
Tones
Muted variations
1#CD67E4
2#C96EDD
3#C575D6
4#C07CD0
5#BC83C9
6#B78AC2
7#B391BB
8#AF98B4
9#AA9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DF #F6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC4 #EEC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E197 #E197F2 | BordersInactive statesPlaceholder text |
| 400 | D260 #D260EB | Disabled statesSecondary iconsMuted text |
| 500 | C533 #C533E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | A819 #A819C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8514 #85149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5F0E #5F0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D09 #3D0949 | Primary textHigh emphasis contentDark headings |
| 950 | 2606 #26062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FD;
--orchid-100: #F6DFFB;
--orchid-200: #EEC4F8;
--orchid-300: #E197F2;
--orchid-400: #D260EB;
--orchid-500: #C533E6;
--orchid-600: #A819C8;
--orchid-700: #85149F;
--orchid-800: #5F0E71;
--orchid-900: #3D0949;
--orchid-950: #26062D;
}