Cyan
#38E0C7
CyanColor Codes
All color formats for development
HEX
#38E0C7RGB
rgb(56, 224, 199)HSL
hsl(171, 73%, 55%)OKLCH
oklch(0.818 0.137 180.1)CMYK
cmyk(75%, 0%, 11%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22DABF
2#1EC2AA
3#1BAA94
4#17927F
5#13796A
6#0F6155
7#0B4940
8#08312A
9#041815
Tints
Lighter variations
1#4CE3CC
2#60E6D2
3#74E9D8
4#88ECDD
5#9CF0E3
6#B0F3E9
7#C3F6EE
8#D7F9F4
9#EBFCF9
Tones
Muted variations
1#41D8C1
2#49CFBB
3#52C7B5
4#5ABFAF
5#62B6AA
6#6BAEA4
7#73A59E
8#7B9D98
9#849592
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE2 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7D3 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2AA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B473E | 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: #E0FAF6;
--cyan-200: #C6F6EF;
--cyan-300: #9AEFE2;
--cyan-400: #65E7D3;
--cyan-500: #38E0C7;
--cyan-600: #1EC2AA;
--cyan-700: #189A87;
--cyan-800: #116E60;
--cyan-900: #0B473E;
--cyan-950: #072C27;
}