Sky Blue
#3CDDCD
CyanColor Codes
All color formats for development
HEX
#3CDDCDRGB
rgb(60, 221, 205)HSL
hsl(174, 70%, 55%)OKLCH
oklch(0.813 0.131 185)CMYK
cmyk(73%, 0%, 7%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26D7C5
2#22BFAF
3#1DA799
4#198F83
5#15776D
6#115F58
7#0D4842
8#08302C
9#041816
Tints
Lighter variations
1#4FE0D2
2#63E3D7
3#76E7DC
4#8AEAE1
5#9DEEE6
6#B1F1EB
7#C4F5F0
8#D8F8F5
9#EBFCFA
Tones
Muted variations
1#44D5C6
2#4CCDC0
3#54C4B9
4#5CBCB3
5#64B4AC
6#6CACA6
7#74A4A0
8#7C9C99
9#849493
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDE5 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4D8 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BFAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B988B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4540 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFC;
--sky-blue-100: #E1FAF7;
--sky-blue-200: #C7F5F0;
--sky-blue-300: #9BEDE5;
--sky-blue-400: #67E4D8;
--sky-blue-500: #3CDDCD;
--sky-blue-600: #22BFAF;
--sky-blue-700: #1B988B;
--sky-blue-800: #136C63;
--sky-blue-900: #0C4540;
--sky-blue-950: #082B28;
}