Sky Blue
#3EDACD
CyanColor Codes
All color formats for development
HEX
#3EDACDRGB
rgb(62, 218, 205)HSL
hsl(175, 68%, 55%)OKLCH
oklch(0.807 0.127 186.7)CMYK
cmyk(72%, 0%, 6%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28D4C6
2#24BCB0
3#1FA59A
4#1B8D84
5#16766E
6#125E58
7#0D4742
8#092F2C
9#041816
Tints
Lighter variations
1#51DED2
2#65E2D7
3#78E5DC
4#8BE9E1
5#9FEDE6
6#B2F0EB
7#C5F4F0
8#D8F8F5
9#ECFBFA
Tones
Muted variations
1#46D2C7
2#4ECBC0
3#56C3BA
4#5DBBB3
5#65B3AD
6#6DABA6
7#75A4A0
8#7D9C99
9#849493
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECE6 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2D8 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDACD | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BCB0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D968C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4540 | 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: #E1F9F7;
--sky-blue-200: #C7F4F1;
--sky-blue-300: #9CECE6;
--sky-blue-400: #69E2D8;
--sky-blue-500: #3EDACD;
--sky-blue-600: #24BCB0;
--sky-blue-700: #1D968C;
--sky-blue-800: #146B64;
--sky-blue-900: #0D4540;
--sky-blue-950: #082B28;
}