Sky Blue
#3DDBC9
CyanColor Codes
All color formats for development
HEX
#3DDBC9RGB
rgb(61, 219, 201)HSL
hsl(173, 69%, 55%)OKLCH
oklch(0.807 0.13 183.7)CMYK
cmyk(72%, 0%, 8%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27D5C1
2#23BEAC
3#1EA696
4#1A8E81
5#16776B
6#115F56
7#0D4740
8#092F2B
9#041815
Tints
Lighter variations
1#50DFCE
2#64E3D4
3#77E6D9
4#8BEADF
5#9EEDE4
6#B1F1E9
7#C5F4EF
8#D8F8F4
9#ECFBFA
Tones
Muted variations
1#45D4C3
2#4DCCBD
3#55C4B7
4#5DBCB1
5#65B4AB
6#6DACA5
7#74A49E
8#7C9C98
9#849492
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDE3 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3D5 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9788 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453E | 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: #F2FDFB;
--sky-blue-100: #E1F9F7;
--sky-blue-200: #C7F5EF;
--sky-blue-300: #9CEDE3;
--sky-blue-400: #68E3D5;
--sky-blue-500: #3DDBC9;
--sky-blue-600: #23BEAC;
--sky-blue-700: #1C9788;
--sky-blue-800: #146C61;
--sky-blue-900: #0D453E;
--sky-blue-950: #082B27;
}