Cyan
#38E0CF
CyanColor Codes
All color formats for development
HEX
#38E0CFRGB
rgb(56, 224, 207)HSL
hsl(174, 73%, 55%)OKLCH
oklch(0.821 0.134 184.7)CMYK
cmyk(75%, 0%, 8%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22DAC8
2#1EC2B2
3#1BAA9C
4#179285
5#13796F
6#0F6159
7#0B4943
8#08312C
9#041816
Tints
Lighter variations
1#4CE3D4
2#60E6D9
3#74E9DE
4#88ECE2
5#9CF0E7
6#B0F3EC
7#C3F6F1
8#D7F9F5
9#EBFCFA
Tones
Muted variations
1#41D8C9
2#49CFC2
3#52C7BB
4#5ABFB4
5#62B6AE
6#6BAEA7
7#73A5A0
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 #C6F6F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE7 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7DA | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4741 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F2FDFC;
--cyan-100: #E0FAF8;
--cyan-200: #C6F6F1;
--cyan-300: #9AEFE7;
--cyan-400: #65E7DA;
--cyan-500: #38E0CF;
--cyan-600: #1EC2B2;
--cyan-700: #189A8D;
--cyan-800: #116E65;
--cyan-900: #0B4741;
--cyan-950: #072C28;
}