Sky Blue
#3EDAC8
CyanColor Codes
All color formats for development
HEX
#3EDAC8RGB
rgb(62, 218, 200)HSL
hsl(173, 68%, 55%)OKLCH
oklch(0.805 0.129 183.6)CMYK
cmyk(72%, 0%, 8%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28D4C0
2#24BCAB
3#1FA595
4#1B8D80
5#16766B
6#125E55
7#0D4740
8#092F2B
9#041815
Tints
Lighter variations
1#51DECE
2#65E2D3
3#78E5D9
4#8BE9DE
5#9FEDE4
6#B2F0E9
7#C5F4EF
8#D8F8F4
9#ECFBFA
Tones
Muted variations
1#46D2C2
2#4ECBBC
3#56C3B6
4#5DBBB0
5#65B3AA
6#6DABA4
7#75A49E
8#7D9C98
9#849492
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECE3 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2D4 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDAC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BCAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9688 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453E | 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: #E1F9F6;
--sky-blue-200: #C7F4EF;
--sky-blue-300: #9CECE3;
--sky-blue-400: #69E2D4;
--sky-blue-500: #3EDAC8;
--sky-blue-600: #24BCAB;
--sky-blue-700: #1D9688;
--sky-blue-800: #146B61;
--sky-blue-900: #0D453E;
--sky-blue-950: #082B27;
}