Sky Blue
#3CDDCA
CyanColor Codes
All color formats for development
HEX
#3CDDCARGB
rgb(60, 221, 202)HSL
hsl(173, 70%, 55%)OKLCH
oklch(0.812 0.132 183.2)CMYK
cmyk(73%, 0%, 9%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26D7C2
2#22BFAC
3#1DA797
4#198F81
5#15776C
6#115F56
7#0D4841
8#08302B
9#041816
Tints
Lighter variations
1#4FE0CF
2#63E3D4
3#76E7DA
4#8AEADF
5#9DEEE4
6#B1F1EA
7#C4F5EF
8#D8F8F4
9#EBFCFA
Tones
Muted variations
1#44D5C4
2#4CCDBE
3#54C4B7
4#5CBCB1
5#64B4AB
6#6CACA5
7#74A49F
8#7C9C99
9#849492
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDE4 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4D6 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDCA | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BFAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9889 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C453F | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFB;
--sky-blue-100: #E1FAF7;
--sky-blue-200: #C7F5F0;
--sky-blue-300: #9BEDE4;
--sky-blue-400: #67E4D6;
--sky-blue-500: #3CDDCA;
--sky-blue-600: #22BFAC;
--sky-blue-700: #1B9889;
--sky-blue-800: #136C62;
--sky-blue-900: #0C453F;
--sky-blue-950: #082B27;
}