Orchid
#D25DEF
PinkColor Codes
All color formats for development
HEX
#D25DEFRGB
rgb(210, 93, 239)HSL
hsl(288, 82%, 65%)OKLCH
oklch(0.681 0.228 319.2)CMYK
cmyk(12%, 61%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C93EEC
2#C120E9
3#AD15D3
4#9412B5
5#7C0F97
6#630C79
7#4A095A
8#31063C
9#19031E
Tints
Lighter variations
1#D66DF1
2#DB7DF2
3#DF8DF4
4#E49EF5
5#E8AEF7
6#EDBEF9
7#F1CEFA
8#F6DFFC
9#FAEFFD
Tones
Muted variations
1#CD64E8
2#C96BE0
3#C473D9
4#C07AD2
5#BC81CA
6#B788C3
7#B390BC
8#AF97B4
9#AA9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DF #F6DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC3 #EEC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E194 #E194F4 | BordersInactive statesPlaceholder text |
| 400 | D25D #D25DEF | Disabled statesSecondary iconsMuted text |
| 500 | C52E #C52EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | A714 #A714CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8510 #8510A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5F0B #5F0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D07 #3D074A | Primary textHigh emphasis contentDark headings |
| 950 | 2605 #26052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FE;
--orchid-100: #F6DFFC;
--orchid-200: #EEC3F9;
--orchid-300: #E194F4;
--orchid-400: #D25DEF;
--orchid-500: #C52EEA;
--orchid-600: #A714CC;
--orchid-700: #8510A2;
--orchid-800: #5F0B74;
--orchid-900: #3D074A;
--orchid-950: #26052E;
}