Cyan
#38E0CA
CyanColor Codes
All color formats for development
HEX
#38E0CARGB
rgb(56, 224, 202)HSL
hsl(172, 73%, 55%)OKLCH
oklch(0.819 0.136 181.8)CMYK
cmyk(75%, 0%, 10%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22DAC2
2#1EC2AC
3#1BAA97
4#179281
5#13796C
6#0F6156
7#0B4941
8#08312B
9#041816
Tints
Lighter variations
1#4CE3CF
2#60E6D4
3#74E9DA
4#88ECDF
5#9CF0E4
6#B0F3EA
7#C3F6EF
8#D7F9F4
9#EBFCFA
Tones
Muted variations
1#41D8C4
2#49CFBD
3#52C7B7
4#5ABFB1
5#62B6AB
6#6BAEA5
7#73A59F
8#7B9D99
9#849592
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE4 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7D6 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B473F | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F2FDFB;
--cyan-100: #E0FAF7;
--cyan-200: #C6F6F0;
--cyan-300: #9AEFE4;
--cyan-400: #65E7D6;
--cyan-500: #38E0CA;
--cyan-600: #1EC2AC;
--cyan-700: #189A89;
--cyan-800: #116E62;
--cyan-900: #0B473F;
--cyan-950: #072C27;
}