Sky Blue
#3EDACB
CyanColor Codes
All color formats for development
HEX
#3EDACBRGB
rgb(62, 218, 203)HSL
hsl(174, 68%, 55%)OKLCH
oklch(0.806 0.128 185.5)CMYK
cmyk(72%, 0%, 7%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28D4C3
2#24BCAD
3#1FA598
4#1B8D82
5#16766C
6#125E57
7#0D4741
8#092F2B
9#041816
Tints
Lighter variations
1#51DED0
2#65E2D5
3#78E5DA
4#8BE9E0
5#9FEDE5
6#B2F0EA
7#C5F4EF
8#D8F8F5
9#ECFBFA
Tones
Muted variations
1#46D2C4
2#4ECBBE
3#56C3B8
4#5DBBB2
5#65B3AB
6#6DABA5
7#75A49F
8#7D9C99
9#849492
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 #C7F4F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECE4 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2D6 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDACB | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BCAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D968A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453F | 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: #F2FDFC;
--sky-blue-100: #E1F9F7;
--sky-blue-200: #C7F4F0;
--sky-blue-300: #9CECE4;
--sky-blue-400: #69E2D6;
--sky-blue-500: #3EDACB;
--sky-blue-600: #24BCAD;
--sky-blue-700: #1D968A;
--sky-blue-800: #146B62;
--sky-blue-900: #0D453F;
--sky-blue-950: #082B27;
}