Sky Blue
#3DDBD6
CyanColor Codes
All color formats for development
HEX
#3DDBD6RGB
rgb(61, 219, 214)HSL
hsl(178, 69%, 55%)OKLCH
oklch(0.812 0.127 191.8)CMYK
cmyk(72%, 0%, 2%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27D5D0
2#23BEB8
3#1EA6A1
4#1A8E8A
5#167773
6#115F5C
7#0D4745
8#092F2E
9#041817
Tints
Lighter variations
1#50DFDA
2#64E3DE
3#77E6E2
4#8BEAE6
5#9EEDEB
6#B1F1EF
7#C5F4F3
8#D8F8F7
9#ECFBFB
Tones
Muted variations
1#45D4CF
2#4DCCC7
3#55C4C0
4#5DBCB9
5#65B4B1
6#6DACAA
7#74A4A2
8#7C9C9B
9#849494
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDEA | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3DF | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9793 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4543 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFC;
--sky-blue-100: #E1F9F9;
--sky-blue-200: #C7F5F3;
--sky-blue-300: #9CEDEA;
--sky-blue-400: #68E3DF;
--sky-blue-500: #3DDBD6;
--sky-blue-600: #23BEB8;
--sky-blue-700: #1C9793;
--sky-blue-800: #146C69;
--sky-blue-900: #0D4543;
--sky-blue-950: #082B2A;
}