Cyan
#38D8E0
CyanColor Codes
All color formats for development
HEX
#38D8E0RGB
rgb(56, 216, 224)HSL
hsl(183, 73%, 55%)OKLCH
oklch(0.807 0.126 200.1)CMYK
cmyk(75%, 4%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22D1DA
2#1EBAC2
3#1BA3AA
4#178B92
5#137479
6#0F5D61
7#0B4649
8#082E31
9#041718
Tints
Lighter variations
1#4CDCE3
2#60E0E6
3#74E3E9
4#88E7EC
5#9CEBF0
6#B0EFF3
7#C3F3F6
8#D7F7F9
9#EBFBFC
Tones
Muted variations
1#41D0D8
2#49C9CF
3#52C1C7
4#5AB9BF
5#62B2B6
6#6BAAAE
7#73A3A5
8#7B9B9D
9#849495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F9 #E0F9FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F4 #C6F4F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEB #9AEBEF | BordersInactive statesPlaceholder text |
| 400 | 65E0 #65E0E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38D8 #38D8E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EBA #1EBAC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1894 #18949A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116A #116A6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B44 #0B4447 | Primary textHigh emphasis contentDark headings |
| 950 | 072A #072A2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F2FCFD;
--cyan-100: #E0F9FA;
--cyan-200: #C6F4F6;
--cyan-300: #9AEBEF;
--cyan-400: #65E0E7;
--cyan-500: #38D8E0;
--cyan-600: #1EBAC2;
--cyan-700: #18949A;
--cyan-800: #116A6E;
--cyan-900: #0B4447;
--cyan-950: #072A2C;
}