Cyan
#0AD6D6
CyanColor Codes
All color formats for development
HEX
#0AD6D6RGB
rgb(10, 214, 214)HSL
hsl(180, 91%, 44%)OKLCH
oklch(0.794 0.135 194.8)CMYK
cmyk(95%, 0%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09C1C1
2#08ABAB
3#079696
4#068181
5#056B6B
6#045656
7#034040
8#022B2B
9#011515
Tints
Lighter variations
1#0BF2F2
2#25F5F5
3#40F6F6
4#5BF7F7
5#77F9F9
6#92FAFA
7#ADFBFB
8#C8FCFC
9#E4FEFE
Tones
Muted variations
1#14CCCC
2#1FC2C2
3#29B8B8
4#33ADAD
5#3DA3A3
6#479999
7#528F8F
8#5C8585
9#667A7A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAFA | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AAAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E4E | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFE;
--cyan-100: #DDFDFD;
--cyan-200: #C0FCFC;
--cyan-300: #8FFAFA;
--cyan-400: #55F7F7;
--cyan-500: #24F5F5;
--cyan-600: #0AD6D6;
--cyan-700: #08AAAA;
--cyan-800: #067A7A;
--cyan-900: #044E4E;
--cyan-950: #023131;
}