Cyan
#28F0DF
CyanColor Codes
All color formats for development
HEX
#28F0DFRGB
rgb(40, 240, 223)HSL
hsl(175, 87%, 55%)OKLCH
oklch(0.862 0.146 185.6)CMYK
cmyk(83%, 0%, 7%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10ECDA
2#0FD2C2
3#0DB8A9
4#0B9D91
5#098379
6#076961
7#054F49
8#043430
9#021A18
Tints
Lighter variations
1#3EF2E3
2#53F3E6
3#69F5E9
4#7EF6EC
5#94F8EF
6#A9F9F2
7#BFFBF6
8#D4FCF9
9#EAFEFC
Tones
Muted variations
1#32E6D7
2#3CDCCF
3#46D2C6
4#50C8BE
5#5ABEB6
6#64B4AE
7#6EAAA5
8#78A09D
9#829695
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F7 #91F7EF | BordersInactive statesPlaceholder text |
| 400 | 58F3 #58F3E6 | Disabled statesSecondary iconsMuted text |
| 500 | 28F0 #28F0DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0FD2 #0FD2C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA7 #0CA79A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0877 #08776E | Text on light backgroundsHeadingsStrong borders |
| 900 | 054C #054C46 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFD;
--cyan-100: #DEFDFA;
--cyan-200: #C1FBF6;
--cyan-300: #91F7EF;
--cyan-400: #58F3E6;
--cyan-500: #28F0DF;
--cyan-600: #0FD2C2;
--cyan-700: #0CA79A;
--cyan-800: #08776E;
--cyan-900: #054C46;
--cyan-950: #03302C;
}