Cyan
#0AD6BB
CyanColor Codes
All color formats for development
HEX
#0AD6BBRGB
rgb(10, 214, 187)HSL
hsl(172, 91%, 44%)OKLCH
oklch(0.785 0.142 179.2)CMYK
cmyk(95%, 0%, 13%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09C1A8
2#08AB96
3#079683
4#068170
5#056B5E
6#04564B
7#034038
8#022B25
9#011513
Tints
Lighter variations
1#0BF2D3
2#25F5D9
3#40F6DE
4#5BF7E2
5#77F9E7
6#92FAEC
7#ADFBF1
8#C8FCF5
9#E4FEFA
Tones
Muted variations
1#14CCB4
2#1FC2AC
3#29B8A5
4#33AD9D
5#3DA396
6#47998E
7#528F87
8#5C857F
9#667A78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAEB | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7E1 | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E44 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFC;
--cyan-100: #DDFDF9;
--cyan-200: #C0FCF4;
--cyan-300: #8FFAEB;
--cyan-400: #55F7E1;
--cyan-500: #24F5D9;
--cyan-600: #0AD6BB;
--cyan-700: #08AA95;
--cyan-800: #067A6A;
--cyan-900: #044E44;
--cyan-950: #02312B;
}