Sky Blue
#3ED8DA
CyanColor Codes
All color formats for development
HEX
#3ED8DARGB
rgb(62, 216, 218)HSL
hsl(181, 68%, 55%)OKLCH
oklch(0.806 0.124 196.3)CMYK
cmyk(72%, 1%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28D1D4
2#24BABC
3#1FA3A5
4#1B8B8D
5#167476
6#125D5E
7#0D4647
8#092E2F
9#041718
Tints
Lighter variations
1#51DCDE
2#65E0E2
3#78E3E5
4#8BE7E9
5#9FEBED
6#B2EFF0
7#C5F3F4
8#D8F7F8
9#ECFBFB
Tones
Muted variations
1#46D0D2
2#4EC9CB
3#56C1C3
4#5DBABB
5#65B2B3
6#6DAAAB
7#75A3A4
8#7D9B9C
9#849494
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEB #9CEBEC | BordersInactive statesPlaceholder text |
| 400 | 69E0 #69E0E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3ED8 #3ED8DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BA #24BABC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D94 #1D9496 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146A #146A6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4445 | Primary textHigh emphasis contentDark headings |
| 950 | 082A #082A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFD;
--sky-blue-100: #E1F9F9;
--sky-blue-200: #C7F4F4;
--sky-blue-300: #9CEBEC;
--sky-blue-400: #69E0E2;
--sky-blue-500: #3ED8DA;
--sky-blue-600: #24BABC;
--sky-blue-700: #1D9496;
--sky-blue-800: #146A6B;
--sky-blue-900: #0D4445;
--sky-blue-950: #082A2B;
}