Cyan
#25F4D5
CyanColor Codes
All color formats for development
HEX
#25F4D5RGB
rgb(37, 244, 213)HSL
hsl(171, 90%, 55%)OKLCH
oklch(0.868 0.154 178.7)CMYK
cmyk(85%, 0%, 13%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0DF0CE
2#0BD5B7
3#0ABBA0
4#08A089
5#078572
6#066B5B
7#045045
8#03352E
9#011B17
Tints
Lighter variations
1#3BF5D9
2#51F6DD
3#66F7E1
4#7CF8E6
5#92F9EA
6#A8FAEE
7#BEFCF2
8#D3FDF7
9#E9FEFB
Tones
Muted variations
1#2FE9CD
2#3ADFC6
3#44D5BF
4#4ECAB8
5#59C0B0
6#63B6A9
7#6DABA2
8#78A19B
9#829793
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9E9 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6DE | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067968 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E43 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFC;
--cyan-100: #DDFDF8;
--cyan-200: #C0FCF3;
--cyan-300: #90F9E9;
--cyan-400: #55F6DE;
--cyan-500: #25F4D5;
--cyan-600: #0BD5B7;
--cyan-700: #09AA91;
--cyan-800: #067968;
--cyan-900: #044E43;
--cyan-950: #03302A;
}