Sky Blue
#3EDAD2
CyanColor Codes
All color formats for development
HEX
#3EDAD2RGB
rgb(62, 218, 210)HSL
hsl(177, 68%, 55%)OKLCH
oklch(0.808 0.126 189.8)CMYK
cmyk(72%, 0%, 4%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28D4CB
2#24BCB5
3#1FA59E
4#1B8D88
5#167671
6#125E5A
7#0D4744
8#092F2D
9#041817
Tints
Lighter variations
1#51DED7
2#65E2DB
3#78E5E0
4#8BE9E4
5#9FEDE9
6#B2F0ED
7#C5F4F2
8#D8F8F6
9#ECFBFB
Tones
Muted variations
1#46D2CB
2#4ECBC4
3#56C3BD
4#5DBBB6
5#65B3AF
6#6DABA8
7#75A4A1
8#7D9C9A
9#849493
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECE8 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2DC | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDAD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BCB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9690 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4542 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFC;
--sky-blue-100: #E1F9F8;
--sky-blue-200: #C7F4F2;
--sky-blue-300: #9CECE8;
--sky-blue-400: #69E2DC;
--sky-blue-500: #3EDAD2;
--sky-blue-600: #24BCB5;
--sky-blue-700: #1D9690;
--sky-blue-800: #146B67;
--sky-blue-900: #0D4542;
--sky-blue-950: #082B29;
}