Sky Blue
#3DDBDB
CyanColor Codes
All color formats for development
HEX
#3DDBDBRGB
rgb(61, 219, 219)HSL
hsl(180, 69%, 55%)OKLCH
oklch(0.813 0.126 195)CMYK
cmyk(72%, 0%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27D5D5
2#23BEBE
3#1EA6A6
4#1A8E8E
5#167777
6#115F5F
7#0D4747
8#092F2F
9#041818
Tints
Lighter variations
1#50DFDF
2#64E3E3
3#77E6E6
4#8BEAEA
5#9EEDED
6#B1F1F1
7#C5F4F4
8#D8F8F8
9#ECFBFB
Tones
Muted variations
1#45D4D4
2#4DCCCC
3#55C4C4
4#5DBCBC
5#65B4B4
6#6DACAC
7#74A4A4
8#7C9C9C
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 | C7F5 #C7F5F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDED | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9797 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C6C | 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: #C7F5F5;
--sky-blue-300: #9CEDED;
--sky-blue-400: #68E3E3;
--sky-blue-500: #3DDBDB;
--sky-blue-600: #23BEBE;
--sky-blue-700: #1C9797;
--sky-blue-800: #146C6C;
--sky-blue-900: #0D4545;
--sky-blue-950: #082B2B;
}