Cyan
#25F4C0
CyanColor Codes
All color formats for development
HEX
#25F4C0RGB
rgb(37, 244, 192)HSL
hsl(165, 90%, 55%)OKLCH
oklch(0.862 0.166 169.5)CMYK
cmyk(85%, 0%, 21%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0DF0B7
2#0BD5A3
3#0ABB8E
4#08A07A
5#078566
6#066B51
7#04503D
8#033529
9#011B14
Tints
Lighter variations
1#3BF5C6
2#51F6CD
3#66F7D3
4#7CF8D9
5#92F9DF
6#A8FAE6
7#BEFCEC
8#D3FDF2
9#E9FEF9
Tones
Muted variations
1#2FE9BB
2#3ADFB6
3#44D5B0
4#4ECAAB
5#59C0A6
6#63B6A1
7#6DAB9C
8#78A197
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 #C0FCED | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9DF | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6CE | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #06795C | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E3B | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFB;
--cyan-100: #DDFDF5;
--cyan-200: #C0FCED;
--cyan-300: #90F9DF;
--cyan-400: #55F6CE;
--cyan-500: #25F4C0;
--cyan-600: #0BD5A3;
--cyan-700: #09AA81;
--cyan-800: #06795C;
--cyan-900: #044E3B;
--cyan-950: #033025;
}