Cyan
#38E0DA
CyanColor Codes
All color formats for development
HEX
#38E0DARGB
rgb(56, 224, 218)HSL
hsl(178, 73%, 55%)OKLCH
oklch(0.824 0.131 191.2)CMYK
cmyk(75%, 0%, 3%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22DAD4
2#1EC2BD
3#1BAAA5
4#17928D
5#137976
6#0F615E
7#0B4947
8#08312F
9#041818
Tints
Lighter variations
1#4CE3DE
2#60E6E2
3#74E9E5
4#88ECE9
5#9CF0ED
6#B0F3F0
7#C3F6F4
8#D7F9F8
9#EBFCFB
Tones
Muted variations
1#41D8D3
2#49CFCB
3#52C7C3
4#5ABFBB
5#62B6B3
6#6BAEAC
7#73A5A4
8#7B9D9C
9#849594
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFEC | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7E3 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2BD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4745 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F2FDFD;
--cyan-100: #E0FAF9;
--cyan-200: #C6F6F4;
--cyan-300: #9AEFEC;
--cyan-400: #65E7E3;
--cyan-500: #38E0DA;
--cyan-600: #1EC2BD;
--cyan-700: #189A96;
--cyan-800: #116E6B;
--cyan-900: #0B4745;
--cyan-950: #072C2B;
}