Cyan
#3ADFCC
CyanColor Codes
All color formats for development
HEX
#3ADFCCRGB
rgb(58, 223, 204)HSL
hsl(173, 72%, 55%)OKLCH
oklch(0.818 0.133 183.4)CMYK
cmyk(74%, 0%, 9%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23D9C4
2#1FC1AE
3#1BA998
4#189183
5#14796D
6#106057
7#0C4841
8#08302C
9#041816
Tints
Lighter variations
1#4DE2D1
2#61E5D6
3#75E9DB
4#89ECE0
5#9CEFE5
6#B0F2EA
7#C4F5F0
8#D8F9F5
9#EBFCFA
Tones
Muted variations
1#42D7C5
2#4ACEBF
3#52C6B9
4#5BBEB2
5#63B6AC
6#6BADA6
7#73A59F
8#7C9D99
9#849593
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE5 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6D7 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFCC | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC1AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B463F | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F2FDFC;
--cyan-100: #E0FAF7;
--cyan-200: #C6F6F0;
--cyan-300: #9AEFE5;
--cyan-400: #65E6D7;
--cyan-500: #3ADFCC;
--cyan-600: #1FC1AE;
--cyan-700: #199A8B;
--cyan-800: #126E63;
--cyan-900: #0B463F;
--cyan-950: #072C28;
}