Cyan
#3ADFD9
CyanColor Codes
All color formats for development
HEX
#3ADFD9RGB
rgb(58, 223, 217)HSL
hsl(178, 72%, 55%)OKLCH
oklch(0.822 0.13 191.2)CMYK
cmyk(74%, 0%, 3%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23D9D3
2#1FC1BC
3#1BA9A4
4#18918D
5#147975
6#10605E
7#0C4846
8#08302F
9#041817
Tints
Lighter variations
1#4DE2DD
2#61E5E1
3#75E9E5
4#89ECE8
5#9CEFEC
6#B0F2F0
7#C4F5F4
8#D8F9F7
9#EBFCFB
Tones
Muted variations
1#42D7D2
2#4ACECA
3#52C6C2
4#5BBEBB
5#63B6B3
6#6BADAB
7#73A5A3
8#7C9D9C
9#849594
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFEC | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC1BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4644 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F2FDFC;
--cyan-100: #E0FAF9;
--cyan-200: #C6F6F4;
--cyan-300: #9AEFEC;
--cyan-400: #65E6E2;
--cyan-500: #3ADFD9;
--cyan-600: #1FC1BC;
--cyan-700: #199A95;
--cyan-800: #126E6B;
--cyan-900: #0B4644;
--cyan-950: #072C2B;
}