Cyan
#38E0D2
CyanColor Codes
All color formats for development
HEX
#38E0D2RGB
rgb(56, 224, 210)HSL
hsl(175, 73%, 55%)OKLCH
oklch(0.821 0.133 186.4)CMYK
cmyk(75%, 0%, 6%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22DACB
2#1EC2B4
3#1BAA9E
4#179287
5#137971
6#0F615A
7#0B4944
8#08312D
9#041817
Tints
Lighter variations
1#4CE3D7
2#60E6DB
3#74E9E0
4#88ECE4
5#9CF0E9
6#B0F3ED
7#C3F6F2
8#D7F9F6
9#EBFCFB
Tones
Muted variations
1#41D8CB
2#49CFC4
3#52C7BD
4#5ABFB6
5#62B6AF
6#6BAEA8
7#73A5A1
8#7B9D9A
9#849593
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE8 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7DC | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4742 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F2FDFC;
--cyan-100: #E0FAF8;
--cyan-200: #C6F6F2;
--cyan-300: #9AEFE8;
--cyan-400: #65E7DC;
--cyan-500: #38E0D2;
--cyan-600: #1EC2B4;
--cyan-700: #189A90;
--cyan-800: #116E67;
--cyan-900: #0B4742;
--cyan-950: #072C29;
}