Cyan
#38E0E0
CyanColor Codes
All color formats for development
HEX
#38E0E0RGB
rgb(56, 224, 224)HSL
hsl(180, 73%, 55%)OKLCH
oklch(0.826 0.13 194.9)CMYK
cmyk(75%, 0%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22DADA
2#1EC2C2
3#1BAAAA
4#179292
5#137979
6#0F6161
7#0B4949
8#083131
9#041818
Tints
Lighter variations
1#4CE3E3
2#60E6E6
3#74E9E9
4#88ECEC
5#9CF0F0
6#B0F3F3
7#C3F6F6
8#D7F9F9
9#EBFCFC
Tones
Muted variations
1#41D8D8
2#49CFCF
3#52C7C7
4#5ABFBF
5#62B6B6
6#6BAEAE
7#73A5A5
8#7B9D9D
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 | 65E7 #65E7E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4747 | 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: #65E7E7;
--cyan-500: #38E0E0;
--cyan-600: #1EC2C2;
--cyan-700: #189A9A;
--cyan-800: #116E6E;
--cyan-900: #0B4747;
--cyan-950: #072C2C;
}