Sky Blue
#3CDDCF
CyanColor Codes
All color formats for development
HEX
#3CDDCFRGB
rgb(60, 221, 207)HSL
hsl(175, 70%, 55%)OKLCH
oklch(0.814 0.13 186.2)CMYK
cmyk(73%, 0%, 6%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26D7C8
2#22BFB2
3#1DA79B
4#198F85
5#15776F
6#115F59
7#0D4843
8#08302C
9#041816
Tints
Lighter variations
1#4FE0D4
2#63E3D9
3#76E7DE
4#8AEAE2
5#9DEEE7
6#B1F1EC
7#C4F5F1
8#D8F8F5
9#EBFCFA
Tones
Muted variations
1#44D5C8
2#4CCDC2
3#54C4BB
4#5CBCB4
5#64B4AE
6#6CACA7
7#74A4A0
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 #C7F5F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDE7 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4DA | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BFB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B988D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4541 | 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: #E1FAF8;
--sky-blue-200: #C7F5F1;
--sky-blue-300: #9BEDE7;
--sky-blue-400: #67E4DA;
--sky-blue-500: #3CDDCF;
--sky-blue-600: #22BFB2;
--sky-blue-700: #1B988D;
--sky-blue-800: #136C65;
--sky-blue-900: #0C4541;
--sky-blue-950: #082B28;
}