Cyan
#25F4F4
CyanColor Codes
All color formats for development
HEX
#25F4F4RGB
rgb(37, 244, 244)HSL
hsl(180, 90%, 55%)OKLCH
oklch(0.878 0.145 194.8)CMYK
cmyk(85%, 0%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0DF0F0
2#0BD5D5
3#0ABBBB
4#08A0A0
5#078585
6#066B6B
7#045050
8#033535
9#011B1B
Tints
Lighter variations
1#3BF5F5
2#51F6F6
3#66F7F7
4#7CF8F8
5#92F9F9
6#A8FAFA
7#BEFCFC
8#D3FDFD
9#E9FEFE
Tones
Muted variations
1#2FE9E9
2#3ADFDF
3#44D5D5
4#4ECACA
5#59C0C0
6#63B6B6
7#6DABAB
8#78A1A1
9#829797
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9F9 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AAAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067979 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E4E | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFE;
--cyan-100: #DDFDFD;
--cyan-200: #C0FCFC;
--cyan-300: #90F9F9;
--cyan-400: #55F6F6;
--cyan-500: #25F4F4;
--cyan-600: #0BD5D5;
--cyan-700: #09AAAA;
--cyan-800: #067979;
--cyan-900: #044E4E;
--cyan-950: #033030;
}