Cyan
#25F4E6
CyanColor Codes
All color formats for development
HEX
#25F4E6RGB
rgb(37, 244, 230)HSL
hsl(176, 90%, 55%)OKLCH
oklch(0.873 0.148 187.3)CMYK
cmyk(85%, 0%, 6%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0DF0E1
2#0BD5C8
3#0ABBAF
4#08A096
5#07857D
6#066B64
7#04504B
8#033532
9#011B19
Tints
Lighter variations
1#3BF5E8
2#51F6EB
3#66F7ED
4#7CF8F0
5#92F9F2
6#A8FAF5
7#BEFCF7
8#D3FDFA
9#E9FEFC
Tones
Muted variations
1#2FE9DD
2#3ADFD4
3#44D5CB
4#4ECAC2
5#59C0B9
6#63B6B0
7#6DABA7
8#78A19E
9#829795
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9F2 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6EB | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067971 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E49 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFD;
--cyan-100: #DDFDFB;
--cyan-200: #C0FCF8;
--cyan-300: #90F9F2;
--cyan-400: #55F6EB;
--cyan-500: #25F4E6;
--cyan-600: #0BD5C8;
--cyan-700: #09AA9F;
--cyan-800: #067971;
--cyan-900: #044E49;
--cyan-950: #03302D;
}