Cyan
#3AD9DF
CyanColor Codes
All color formats for development
HEX
#3AD9DFRGB
rgb(58, 217, 223)HSL
hsl(182, 72%, 55%)OKLCH
oklch(0.809 0.126 198.8)CMYK
cmyk(74%, 3%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23D3D9
2#1FBCC1
3#1BA4A9
4#188D91
5#147579
6#105E60
7#0C4648
8#082F30
9#041718
Tints
Lighter variations
1#4DDDE2
2#61E1E5
3#75E5E9
4#89E8EC
5#9CECEF
6#B0F0F2
7#C4F4F5
8#D8F7F9
9#EBFBFC
Tones
Muted variations
1#42D2D7
2#4ACACE
3#52C2C6
4#5BBBBE
5#63B3B6
6#6BABAD
7#73A3A5
8#7C9C9D
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 | 9AEC #9AECEF | BordersInactive statesPlaceholder text |
| 400 | 65E2 #65E2E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3AD9 #3AD9DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FBC #1FBCC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1995 #19959A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126B #126B6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B44 #0B4446 | Primary textHigh emphasis contentDark headings |
| 950 | 072B #072B2C | 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: #9AECEF;
--cyan-400: #65E2E6;
--cyan-500: #3AD9DF;
--cyan-600: #1FBCC1;
--cyan-700: #19959A;
--cyan-800: #126B6E;
--cyan-900: #0B4446;
--cyan-950: #072B2C;
}