Cyan
#3BDEDE
CyanColor Codes
All color formats for development
HEX
#3BDEDERGB
rgb(59, 222, 222)HSL
hsl(180, 71%, 55%)OKLCH
oklch(0.821 0.128 194.9)CMYK
cmyk(73%, 0%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25D8D8
2#21C0C0
3#1CA8A8
4#189090
5#147878
6#106060
7#0C4848
8#083030
9#041818
Tints
Lighter variations
1#4EE1E1
2#62E4E4
3#76E8E8
4#89EBEB
5#9DEEEE
6#B1F2F2
7#C4F5F5
8#D8F8F8
9#EBFCFC
Tones
Muted variations
1#43D6D6
2#4BCDCD
3#53C5C5
4#5BBDBD
5#64B5B5
6#6CADAD
7#74A5A5
8#7C9D9D
9#849494
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 | C6F5 #C6F5F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEEE | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDEDE | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C0C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9999 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4646 | 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: #C6F5F5;
--cyan-300: #9BEEEE;
--cyan-400: #66E5E5;
--cyan-500: #3BDEDE;
--cyan-600: #21C0C0;
--cyan-700: #1A9999;
--cyan-800: #126D6D;
--cyan-900: #0C4646;
--cyan-950: #072C2C;
}