Cyan
#28F0C1
CyanColor Codes
All color formats for development
HEX
#28F0C1RGB
rgb(40, 240, 193)HSL
hsl(166, 87%, 55%)OKLCH
oklch(0.853 0.161 171.2)CMYK
cmyk(83%, 0%, 20%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10ECB9
2#0FD2A4
3#0DB890
4#0B9D7B
5#098367
6#076952
7#054F3E
8#043429
9#021A15
Tints
Lighter variations
1#3EF2C8
2#53F3CE
3#69F5D4
4#7EF6DA
5#94F8E0
6#A9F9E6
7#BFFBED
8#D4FCF3
9#EAFEF9
Tones
Muted variations
1#32E6BC
2#3CDCB7
3#46D2B2
4#50C8AC
5#5ABEA7
6#64B4A2
7#6EAA9C
8#78A097
9#829692
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBED | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F7 #91F7E0 | BordersInactive statesPlaceholder text |
| 400 | 58F3 #58F3CF | Disabled statesSecondary iconsMuted text |
| 500 | 28F0 #28F0C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0FD2 #0FD2A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA7 #0CA783 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0877 #08775D | Text on light backgroundsHeadingsStrong borders |
| 900 | 054C #054C3C | 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: #F1FEFB;
--cyan-100: #DEFDF5;
--cyan-200: #C1FBED;
--cyan-300: #91F7E0;
--cyan-400: #58F3CF;
--cyan-500: #28F0C1;
--cyan-600: #0FD2A4;
--cyan-700: #0CA783;
--cyan-800: #08775D;
--cyan-900: #054C3C;
--cyan-950: #033025;
}