Sky Blue
#3EDAD0
CyanColor Codes
All color formats for development
HEX
#3EDAD0RGB
rgb(62, 218, 208)HSL
hsl(176, 68%, 55%)OKLCH
oklch(0.807 0.127 188.6)CMYK
cmyk(72%, 0%, 5%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28D4C9
2#24BCB2
3#1FA59C
4#1B8D86
5#16766F
6#125E59
7#0D4743
8#092F2D
9#041816
Tints
Lighter variations
1#51DED5
2#65E2D9
3#78E5DE
4#8BE9E3
5#9FEDE7
6#B2F0EC
7#C5F4F1
8#D8F8F6
9#ECFBFA
Tones
Muted variations
1#46D2C9
2#4ECBC2
3#56C3BC
4#5DBBB5
5#65B3AE
6#6DABA7
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 #C7F4F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECE7 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2DA | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDAD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BCB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D968E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4541 | 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: #C7F4F1;
--sky-blue-300: #9CECE7;
--sky-blue-400: #69E2DA;
--sky-blue-500: #3EDAD0;
--sky-blue-600: #24BCB2;
--sky-blue-700: #1D968E;
--sky-blue-800: #146B65;
--sky-blue-900: #0D4541;
--sky-blue-950: #082B29;
}