Cyan
#25F4B9
GreenColor Codes
All color formats for development
HEX
#25F4B9RGB
rgb(37, 244, 185)HSL
hsl(163, 90%, 55%)OKLCH
oklch(0.861 0.171 166.8)CMYK
cmyk(85%, 0%, 24%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0DF0AF
2#0BD59C
3#0ABB88
4#08A075
5#078561
6#066B4E
7#04503A
8#033527
9#011B13
Tints
Lighter variations
1#3BF5C0
2#51F6C7
3#66F7CE
4#7CF8D5
5#92F9DC
6#A8FAE3
7#BEFCEA
8#D3FDF1
9#E9FEF8
Tones
Muted variations
1#2FE9B5
2#3ADFB0
3#44D5AC
4#4ECAA7
5#59C0A3
6#63B69E
7#6DAB9A
8#78A195
9#829791
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCEB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9DB | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6C9 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD59C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067959 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E39 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFA;
--cyan-100: #DDFDF4;
--cyan-200: #C0FCEB;
--cyan-300: #90F9DB;
--cyan-400: #55F6C9;
--cyan-500: #25F4B9;
--cyan-600: #0BD59C;
--cyan-700: #09AA7C;
--cyan-800: #067959;
--cyan-900: #044E39;
--cyan-950: #033023;
}