Sky Blue
#3DD6DB
CyanColor Codes
All color formats for development
HEX
#3DD6DBRGB
rgb(61, 214, 219)HSL
hsl(182, 69%, 55%)OKLCH
oklch(0.801 0.123 198.3)CMYK
cmyk(72%, 2%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27D0D5
2#23B8BE
3#1EA1A6
4#1A8A8E
5#167377
6#115C5F
7#0D4547
8#092E2F
9#041718
Tints
Lighter variations
1#50DADF
2#64DEE3
3#77E2E6
4#8BE6EA
5#9EEBED
6#B1EFF1
7#C5F3F4
8#D8F7F8
9#ECFBFB
Tones
Muted variations
1#45CFD4
2#4DC7CC
3#55C0C4
4#5DB9BC
5#65B1B4
6#6DAAAC
7#74A2A4
8#7C9B9C
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 | C7F3 #C7F3F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEA #9CEAED | BordersInactive statesPlaceholder text |
| 400 | 68DF #68DFE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DD6 #3DD6DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23B8 #23B8BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C93 #1C9397 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1469 #14696C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D43 #0D4345 | 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: #C7F3F5;
--sky-blue-300: #9CEAED;
--sky-blue-400: #68DFE3;
--sky-blue-500: #3DD6DB;
--sky-blue-600: #23B8BE;
--sky-blue-700: #1C9397;
--sky-blue-800: #14696C;
--sky-blue-900: #0D4345;
--sky-blue-950: #082A2B;
}