Cyan
#3ADFD1
CyanColor Codes
All color formats for development
HEX
#3ADFD1RGB
rgb(58, 223, 209)HSL
hsl(175, 72%, 55%)OKLCH
oklch(0.819 0.132 186.4)CMYK
cmyk(74%, 0%, 6%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23D9CA
2#1FC1B4
3#1BA99D
4#189187
5#147970
6#10605A
7#0C4843
8#08302D
9#041816
Tints
Lighter variations
1#4DE2D6
2#61E5DA
3#75E9DF
4#89ECE3
5#9CEFE8
6#B0F2ED
7#C4F5F1
8#D8F9F6
9#EBFCFA
Tones
Muted variations
1#42D7CA
2#4ACEC3
3#52C6BC
4#5BBEB6
5#63B6AF
6#6BADA8
7#73A5A1
8#7C9D9A
9#849593
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE8 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6DB | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC1B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4641 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F2FDFC;
--cyan-100: #E0FAF8;
--cyan-200: #C6F6F2;
--cyan-300: #9AEFE8;
--cyan-400: #65E6DB;
--cyan-500: #3ADFD1;
--cyan-600: #1FC1B4;
--cyan-700: #199A8F;
--cyan-800: #126E66;
--cyan-900: #0B4641;
--cyan-950: #072C29;
}