Cyan
#15CBC5
CyanColor Codes
All color formats for development
HEX
#15CBC5RGB
rgb(21, 203, 197)HSL
hsl(178, 81%, 44%)OKLCH
oklch(0.762 0.129 191)CMYK
cmyk(90%, 0%, 3%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13B7B1
2#11A29E
3#0F8E8A
4#0D7A76
5#0B6663
6#09514F
7#063D3B
8#042927
9#021414
Tints
Lighter variations
1#18E5DE
2#30E9E3
3#4AECE7
4#64EFEA
5#7EF1EE
6#98F4F1
7#B1F7F5
8#CBFAF8
9#E5FCFC
Tones
Muted variations
1#1EC2BD
2#27B9B4
3#31B0AC
4#3AA7A3
5#439E9B
6#4C9592
7#558B8A
8#5E8281
9#677979
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4F1 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEE9 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A29D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7370 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A48 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFD;
--cyan-100: #DFFCFB;
--cyan-200: #C3F9F7;
--cyan-300: #95F4F1;
--cyan-400: #5DEEE9;
--cyan-500: #2FE9E3;
--cyan-600: #15CBC5;
--cyan-700: #11A29D;
--cyan-800: #0C7370;
--cyan-900: #084A48;
--cyan-950: #052E2D;
}