Cyan
#3ADFDF
CyanColor Codes
All color formats for development
HEX
#3ADFDFRGB
rgb(58, 223, 223)HSL
hsl(180, 72%, 55%)OKLCH
oklch(0.824 0.129 194.9)CMYK
cmyk(74%, 0%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23D9D9
2#1FC1C1
3#1BA9A9
4#189191
5#147979
6#106060
7#0C4848
8#083030
9#041818
Tints
Lighter variations
1#4DE2E2
2#61E5E5
3#75E9E9
4#89ECEC
5#9CEFEF
6#B0F2F2
7#C4F5F5
8#D8F9F9
9#EBFCFC
Tones
Muted variations
1#42D7D7
2#4ACECE
3#52C6C6
4#5BBEBE
5#63B6B6
6#6BADAD
7#73A5A5
8#7C9D9D
9#849595
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFEF | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFDF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC1C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4646 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F2FDFD;
--cyan-100: #E0FAFA;
--cyan-200: #C6F6F6;
--cyan-300: #9AEFEF;
--cyan-400: #65E6E6;
--cyan-500: #3ADFDF;
--cyan-600: #1FC1C1;
--cyan-700: #199A9A;
--cyan-800: #126E6E;
--cyan-900: #0B4646;
--cyan-950: #072C2C;
}