Sky Blue
#3CDDD7
CyanColor Codes
All color formats for development
HEX
#3CDDD7RGB
rgb(60, 221, 215)HSL
hsl(178, 70%, 55%)OKLCH
oklch(0.817 0.128 191.2)CMYK
cmyk(73%, 0%, 3%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26D7D1
2#22BFBA
3#1DA7A2
4#198F8B
5#157774
6#115F5D
7#0D4846
8#08302E
9#041817
Tints
Lighter variations
1#4FE0DB
2#63E3DF
3#76E7E3
4#8AEAE7
5#9DEEEB
6#B1F1EF
7#C4F5F3
8#D8F8F7
9#EBFCFB
Tones
Muted variations
1#44D5D0
2#4CCDC8
3#54C4C1
4#5CBCB9
5#64B4B2
6#6CACAA
7#74A4A3
8#7C9C9B
9#849494
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDEB | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4E0 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BFBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9894 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C69 | 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: #E1FAF9;
--sky-blue-200: #C7F5F4;
--sky-blue-300: #9BEDEB;
--sky-blue-400: #67E4E0;
--sky-blue-500: #3CDDD7;
--sky-blue-600: #22BFBA;
--sky-blue-700: #1B9894;
--sky-blue-800: #136C69;
--sky-blue-900: #0C4543;
--sky-blue-950: #082B2A;
}