Sky Blue
#3FD7D9
CyanColor Codes
All color formats for development
HEX
#3FD7D9RGB
rgb(63, 215, 217)HSL
hsl(181, 67%, 55%)OKLCH
oklch(0.803 0.123 196.3)CMYK
cmyk(71%, 1%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2AD0D3
2#25B9BB
3#20A2A4
4#1C8B8D
5#177475
6#135C5E
7#0E4546
8#092E2F
9#051717
Tints
Lighter variations
1#53DBDD
2#66DFE1
3#79E3E4
4#8CE7E8
5#9FEBEC
6#B2EFF0
7#C6F3F4
8#D9F7F7
9#ECFBFB
Tones
Muted variations
1#47CFD1
2#4FC8CA
3#56C0C2
4#5EB9BA
5#66B1B3
6#6DAAAB
7#75A3A3
8#7D9B9C
9#859494
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEA #9DEAEC | BordersInactive statesPlaceholder text |
| 400 | 6AE0 #6AE0E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD7 #3FD7D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25B9 #25B9BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D93 #1D9395 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1569 #15696A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D43 #0D4344 | 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: #F2FCFC;
--sky-blue-100: #E1F9F9;
--sky-blue-200: #C8F3F4;
--sky-blue-300: #9DEAEC;
--sky-blue-400: #6AE0E2;
--sky-blue-500: #3FD7D9;
--sky-blue-600: #25B9BB;
--sky-blue-700: #1D9395;
--sky-blue-800: #15696A;
--sky-blue-900: #0D4344;
--sky-blue-950: #082A2B;
}