Cyan
#28F0F0
CyanColor Codes
All color formats for development
HEX
#28F0F0RGB
rgb(40, 240, 240)HSL
hsl(180, 87%, 55%)OKLCH
oklch(0.867 0.143 194.8)CMYK
cmyk(83%, 0%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10ECEC
2#0FD2D2
3#0DB8B8
4#0B9D9D
5#098383
6#076969
7#054F4F
8#043434
9#021A1A
Tints
Lighter variations
1#3EF2F2
2#53F3F3
3#69F5F5
4#7EF6F6
5#94F8F8
6#A9F9F9
7#BFFBFB
8#D4FCFC
9#EAFEFE
Tones
Muted variations
1#32E6E6
2#3CDCDC
3#46D2D2
4#50C8C8
5#5ABEBE
6#64B4B4
7#6EAAAA
8#78A0A0
9#829696
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F7 #91F7F7 | BordersInactive statesPlaceholder text |
| 400 | 58F3 #58F3F3 | Disabled statesSecondary iconsMuted text |
| 500 | 28F0 #28F0F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0FD2 #0FD2D2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA7 #0CA7A7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0877 #087777 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054C #054C4C | 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: #F1FEFE;
--cyan-100: #DEFDFD;
--cyan-200: #C1FBFB;
--cyan-300: #91F7F7;
--cyan-400: #58F3F3;
--cyan-500: #28F0F0;
--cyan-600: #0FD2D2;
--cyan-700: #0CA7A7;
--cyan-800: #087777;
--cyan-900: #054C4C;
--cyan-950: #033030;
}