Cyan
#25F4CE
CyanColor Codes
All color formats for development
HEX
#25F4CERGB
rgb(37, 244, 206)HSL
hsl(169, 90%, 55%)OKLCH
oklch(0.866 0.158 175.5)CMYK
cmyk(85%, 0%, 16%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0DF0C6
2#0BD5B0
3#0ABB9A
4#08A084
5#07856E
6#066B58
7#045042
8#03352C
9#011B16
Tints
Lighter variations
1#3BF5D3
2#51F6D8
3#66F7DC
4#7CF8E1
5#92F9E6
6#A8FAEB
7#BEFCF0
8#D3FDF5
9#E9FEFA
Tones
Muted variations
1#2FE9C7
2#3ADFC1
3#44D5BA
4#4ECAB3
5#59C0AD
6#63B6A6
7#6DABA0
8#78A199
9#829793
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9E6 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6D9 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA8C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067964 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E40 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFC;
--cyan-100: #DDFDF7;
--cyan-200: #C0FCF1;
--cyan-300: #90F9E6;
--cyan-400: #55F6D9;
--cyan-500: #25F4CE;
--cyan-600: #0BD5B0;
--cyan-700: #09AA8C;
--cyan-800: #067964;
--cyan-900: #044E40;
--cyan-950: #033028;
}