Cyan
#3BDED8
CyanColor Codes
All color formats for development
HEX
#3BDED8RGB
rgb(59, 222, 216)HSL
hsl(178, 71%, 55%)OKLCH
oklch(0.819 0.129 191.2)CMYK
cmyk(73%, 0%, 3%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25D8D2
2#21C0BB
3#1CA8A3
4#18908C
5#147875
6#10605D
7#0C4846
8#08302F
9#041817
Tints
Lighter variations
1#4EE1DC
2#62E4E0
3#76E8E4
4#89EBE8
5#9DEEEC
6#B1F2F0
7#C4F5F3
8#D8F8F7
9#EBFCFB
Tones
Muted variations
1#43D6D1
2#4BCDC9
3#53C5C1
4#5BBDBA
5#64B5B2
6#6CADAB
7#74A5A3
8#7C9D9B
9#849494
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 | C6F5 #C6F5F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEEB | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5E1 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDED8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C0BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9994 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4644 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F2FDFC;
--cyan-100: #E0FAF9;
--cyan-200: #C6F5F4;
--cyan-300: #9BEEEB;
--cyan-400: #66E5E1;
--cyan-500: #3BDED8;
--cyan-600: #21C0BB;
--cyan-700: #1A9994;
--cyan-800: #126D6A;
--cyan-900: #0C4644;
--cyan-950: #072C2A;
}