Cyan
#25F4D8
CyanColor Codes
All color formats for development
HEX
#25F4D8RGB
rgb(37, 244, 216)HSL
hsl(172, 90%, 55%)OKLCH
oklch(0.869 0.153 180.2)CMYK
cmyk(85%, 0%, 11%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0DF0D2
2#0BD5BA
3#0ABBA3
4#08A08C
5#078574
6#066B5D
7#045046
8#03352F
9#011B17
Tints
Lighter variations
1#3BF5DC
2#51F6E0
3#66F7E4
4#7CF8E8
5#92F9EB
6#A8FAEF
7#BEFCF3
8#D3FDF7
9#E9FEFB
Tones
Muted variations
1#2FE9D0
2#3ADFC9
3#44D5C1
4#4ECABA
5#59C0B2
6#63B6AB
7#6DABA3
8#78A19B
9#829794
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9EB | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6E1 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #06796A | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E44 | 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: #DDFDF9;
--cyan-200: #C0FCF4;
--cyan-300: #90F9EB;
--cyan-400: #55F6E1;
--cyan-500: #25F4D8;
--cyan-600: #0BD5BA;
--cyan-700: #09AA94;
--cyan-800: #06796A;
--cyan-900: #044E44;
--cyan-950: #03302A;
}