Sky Blue
#3EDAD8
CyanColor Codes
All color formats for development
HEX
#3EDAD8RGB
rgb(62, 218, 216)HSL
hsl(179, 68%, 55%)OKLCH
oklch(0.81 0.125 193.7)CMYK
cmyk(72%, 0%, 1%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28D4D1
2#24BCBA
3#1FA5A3
4#1B8D8B
5#167674
6#125E5D
7#0D4746
8#092F2E
9#041817
Tints
Lighter variations
1#51DEDC
2#65E2E0
3#78E5E3
4#8BE9E7
5#9FEDEB
6#B2F0EF
7#C5F4F3
8#D8F8F7
9#ECFBFB
Tones
Muted variations
1#46D2D0
2#4ECBC9
3#56C3C1
4#5DBBBA
5#65B3B2
6#6DABAA
7#75A4A3
8#7D9C9B
9#849494
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECEB | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2E0 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDAD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BCBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9694 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4544 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFC;
--sky-blue-100: #E1F9F9;
--sky-blue-200: #C7F4F4;
--sky-blue-300: #9CECEB;
--sky-blue-400: #69E2E0;
--sky-blue-500: #3EDAD8;
--sky-blue-600: #24BCBA;
--sky-blue-700: #1D9694;
--sky-blue-800: #146B6A;
--sky-blue-900: #0D4544;
--sky-blue-950: #082B2A;
}