Cyan
#25F4BC
GreenColor Codes
All color formats for development
HEX
#25F4BCRGB
rgb(37, 244, 188)HSL
hsl(164, 90%, 55%)OKLCH
oklch(0.861 0.169 168)CMYK
cmyk(85%, 0%, 23%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0DF0B3
2#0BD59F
3#0ABB8B
4#08A077
5#078564
6#066B50
7#04503C
8#033528
9#011B14
Tints
Lighter variations
1#3BF5C3
2#51F6CA
3#66F7D0
4#7CF8D7
5#92F9DE
6#A8FAE4
7#BEFCEB
8#D3FDF2
9#E9FEF8
Tones
Muted variations
1#2FE9B8
2#3ADFB3
3#44D5AE
4#4ECAA9
5#59C0A4
6#63B6A0
7#6DAB9B
8#78A196
9#829791
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCEC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9DD | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6CB | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD59F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #06795B | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E3A | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033024 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFB;
--cyan-100: #DDFDF5;
--cyan-200: #C0FCEC;
--cyan-300: #90F9DD;
--cyan-400: #55F6CB;
--cyan-500: #25F4BC;
--cyan-600: #0BD59F;
--cyan-700: #09AA7F;
--cyan-800: #06795B;
--cyan-900: #044E3A;
--cyan-950: #033024;
}