Cyan
#25F4DF
CyanColor Codes
All color formats for development
HEX
#25F4DFRGB
rgb(37, 244, 223)HSL
hsl(174, 90%, 55%)OKLCH
oklch(0.871 0.15 183.7)CMYK
cmyk(85%, 0%, 9%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0DF0D9
2#0BD5C1
3#0ABBA9
4#08A091
5#078579
6#066B60
7#045048
8#033530
9#011B18
Tints
Lighter variations
1#3BF5E2
2#51F6E5
3#66F7E9
4#7CF8EC
5#92F9EF
6#A8FAF2
7#BEFCF5
8#D3FDF9
9#E9FEFC
Tones
Muted variations
1#2FE9D7
2#3ADFCE
3#44D5C6
4#4ECABE
5#59C0B6
6#63B6AD
7#6DABA5
8#78A19D
9#829795
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9EF | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6E6 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #06796E | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E46 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFD;
--cyan-100: #DDFDFA;
--cyan-200: #C0FCF6;
--cyan-300: #90F9EF;
--cyan-400: #55F6E6;
--cyan-500: #25F4DF;
--cyan-600: #0BD5C1;
--cyan-700: #09AA9A;
--cyan-800: #06796E;
--cyan-900: #044E46;
--cyan-950: #03302C;
}