Cyan
#0AD6B4
CyanColor Codes
All color formats for development
HEX
#0AD6B4RGB
rgb(10, 214, 180)HSL
hsl(170, 91%, 44%)OKLCH
oklch(0.783 0.146 175.6)CMYK
cmyk(95%, 0%, 16%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09C1A2
2#08AB90
3#07967E
4#06816C
5#056B5A
6#045648
7#034036
8#022B24
9#011512
Tints
Lighter variations
1#0BF2CB
2#25F5D2
3#40F6D8
4#5BF7DD
5#77F9E3
6#92FAE9
7#ADFBEE
8#C8FCF4
9#E4FEF9
Tones
Muted variations
1#14CCAD
2#1FC2A7
3#29B8A0
4#33AD99
5#3DA392
6#47998B
7#528F85
8#5C857E
9#667A77
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAE8 | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7DC | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E42 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023129 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFC;
--cyan-100: #DDFDF8;
--cyan-200: #C0FCF2;
--cyan-300: #8FFAE8;
--cyan-400: #55F7DC;
--cyan-500: #24F5D2;
--cyan-600: #0AD6B4;
--cyan-700: #08AA8F;
--cyan-800: #067A66;
--cyan-900: #044E42;
--cyan-950: #023129;
}