Sky Blue
#3EDADA
CyanColor Codes
All color formats for development
HEX
#3EDADARGB
rgb(62, 218, 218)HSL
hsl(180, 68%, 55%)OKLCH
oklch(0.811 0.125 195)CMYK
cmyk(72%, 0%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28D4D4
2#24BCBC
3#1FA5A5
4#1B8D8D
5#167676
6#125E5E
7#0D4747
8#092F2F
9#041818
Tints
Lighter variations
1#51DEDE
2#65E2E2
3#78E5E5
4#8BE9E9
5#9FEDED
6#B2F0F0
7#C5F4F4
8#D8F8F8
9#ECFBFB
Tones
Muted variations
1#46D2D2
2#4ECBCB
3#56C3C3
4#5DBBBB
5#65B3B3
6#6DABAB
7#75A4A4
8#7D9C9C
9#849494
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECEC | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDADA | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BCBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9696 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4545 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFD;
--sky-blue-100: #E1F9F9;
--sky-blue-200: #C7F4F4;
--sky-blue-300: #9CECEC;
--sky-blue-400: #69E2E2;
--sky-blue-500: #3EDADA;
--sky-blue-600: #24BCBC;
--sky-blue-700: #1D9696;
--sky-blue-800: #146B6B;
--sky-blue-900: #0D4545;
--sky-blue-950: #082B2B;
}