Sky Blue
#3DDBD1
CyanColor Codes
All color formats for development
HEX
#3DDBD1RGB
rgb(61, 219, 209)HSL
hsl(176, 69%, 55%)OKLCH
oklch(0.81 0.127 188.6)CMYK
cmyk(72%, 0%, 5%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27D5CA
2#23BEB3
3#1EA69D
4#1A8E86
5#167770
6#115F5A
7#0D4743
8#092F2D
9#041816
Tints
Lighter variations
1#50DFD5
2#64E3DA
3#77E6DF
4#8BEAE3
5#9EEDE8
6#B1F1ED
7#C5F4F1
8#D8F8F6
9#ECFBFA
Tones
Muted variations
1#45D4CA
2#4DCCC3
3#55C4BC
4#5DBCB5
5#65B4AF
6#6DACA8
7#74A4A1
8#7C9C9A
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 | C7F5 #C7F5F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDE7 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3DB | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEB3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C978F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C66 | 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: #C7F5F2;
--sky-blue-300: #9CEDE7;
--sky-blue-400: #68E3DB;
--sky-blue-500: #3DDBD1;
--sky-blue-600: #23BEB3;
--sky-blue-700: #1C978F;
--sky-blue-800: #146C66;
--sky-blue-900: #0D4541;
--sky-blue-950: #082B29;
}