Sky Blue
#3CDDD2
CyanColor Codes
All color formats for development
HEX
#3CDDD2RGB
rgb(60, 221, 210)HSL
hsl(176, 70%, 55%)OKLCH
oklch(0.815 0.129 188.1)CMYK
cmyk(73%, 0%, 5%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26D7CB
2#22BFB4
3#1DA79E
4#198F87
5#157771
6#115F5A
7#0D4844
8#08302D
9#041817
Tints
Lighter variations
1#4FE0D6
2#63E3DB
3#76E7DF
4#8AEAE4
5#9DEEE8
6#B1F1ED
7#C4F5F1
8#D8F8F6
9#EBFCFA
Tones
Muted variations
1#44D5CB
2#4CCDC4
3#54C4BD
4#5CBCB6
5#64B4AF
6#6CACA8
7#74A4A1
8#7C9C9A
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 #C7F5F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDE8 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4DC | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BFB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B988F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4542 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B29 | 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: #C7F5F2;
--sky-blue-300: #9BEDE8;
--sky-blue-400: #67E4DC;
--sky-blue-500: #3CDDD2;
--sky-blue-600: #22BFB4;
--sky-blue-700: #1B988F;
--sky-blue-800: #136C66;
--sky-blue-900: #0C4542;
--sky-blue-950: #082B29;
}