Cyan
#25F4C3
CyanColor Codes
All color formats for development
HEX
#25F4C3RGB
rgb(37, 244, 195)HSL
hsl(166, 90%, 55%)OKLCH
oklch(0.863 0.164 170.7)CMYK
cmyk(85%, 0%, 20%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0DF0BB
2#0BD5A6
3#0ABB91
4#08A07D
5#078568
6#066B53
7#04503E
8#03352A
9#011B15
Tints
Lighter variations
1#3BF5C9
2#51F6CF
3#66F7D5
4#7CF8DB
5#92F9E1
6#A8FAE7
7#BEFCED
8#D3FDF3
9#E9FEF9
Tones
Muted variations
1#2FE9BE
2#3ADFB8
3#44D5B3
4#4ECAAD
5#59C0A8
6#63B6A2
7#6DAB9D
8#78A197
9#829792
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCEE | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9E1 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6D1 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #06795E | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E3C | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033026 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFB;
--cyan-100: #DDFDF6;
--cyan-200: #C0FCEE;
--cyan-300: #90F9E1;
--cyan-400: #55F6D1;
--cyan-500: #25F4C3;
--cyan-600: #0BD5A6;
--cyan-700: #09AA84;
--cyan-800: #06795E;
--cyan-900: #044E3C;
--cyan-950: #033026;
}