Sky Blue
#3CDDD5
CyanColor Codes
All color formats for development
HEX
#3CDDD5RGB
rgb(60, 221, 213)HSL
hsl(177, 70%, 55%)OKLCH
oklch(0.816 0.129 189.9)CMYK
cmyk(73%, 0%, 4%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26D7CE
2#22BFB7
3#1DA7A0
4#198F89
5#157772
6#115F5B
7#0D4845
8#08302E
9#041817
Tints
Lighter variations
1#4FE0D9
2#63E3DD
3#76E7E1
4#8AEAE6
5#9DEEEA
6#B1F1EE
7#C4F5F2
8#D8F8F7
9#EBFCFB
Tones
Muted variations
1#44D5CD
2#4CCDC6
3#54C4BF
4#5CBCB8
5#64B4B0
6#6CACA9
7#74A4A2
8#7C9C9B
9#849493
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDE9 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4DE | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BFB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9891 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4543 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFC;
--sky-blue-100: #E1FAF8;
--sky-blue-200: #C7F5F3;
--sky-blue-300: #9BEDE9;
--sky-blue-400: #67E4DE;
--sky-blue-500: #3CDDD5;
--sky-blue-600: #22BFB7;
--sky-blue-700: #1B9891;
--sky-blue-800: #136C68;
--sky-blue-900: #0C4543;
--sky-blue-950: #082B2A;
}