Cyan
#28F0D2
CyanColor Codes
All color formats for development
HEX
#28F0D2RGB
rgb(40, 240, 210)HSL
hsl(171, 87%, 55%)OKLCH
oklch(0.858 0.151 178.9)CMYK
cmyk(83%, 0%, 13%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10ECCB
2#0FD2B5
3#0DB89E
4#0B9D87
5#098371
6#07695A
7#054F44
8#04342D
9#021A17
Tints
Lighter variations
1#3EF2D7
2#53F3DB
3#69F5E0
4#7EF6E4
5#94F8E9
6#A9F9ED
7#BFFBF2
8#D4FCF6
9#EAFEFB
Tones
Muted variations
1#32E6CB
2#3CDCC4
3#46D2BD
4#50C8B6
5#5ABEAF
6#64B4A8
7#6EAAA1
8#78A09A
9#829693
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F7 #91F7E8 | BordersInactive statesPlaceholder text |
| 400 | 58F3 #58F3DC | Disabled statesSecondary iconsMuted text |
| 500 | 28F0 #28F0D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0FD2 #0FD2B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA7 #0CA790 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0877 #087767 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054C #054C42 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFC;
--cyan-100: #DEFDF8;
--cyan-200: #C1FBF2;
--cyan-300: #91F7E8;
--cyan-400: #58F3DC;
--cyan-500: #28F0D2;
--cyan-600: #0FD2B5;
--cyan-700: #0CA790;
--cyan-800: #087767;
--cyan-900: #054C42;
--cyan-950: #033029;
}