Sky Blue
#3FD9C7
CyanColor Codes
All color formats for development
HEX
#3FD9C7RGB
rgb(63, 217, 199)HSL
hsl(173, 67%, 55%)OKLCH
oklch(0.802 0.128 183.5)CMYK
cmyk(71%, 0%, 8%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2AD3BF
2#25BBAA
3#20A495
4#1C8D7F
5#17756A
6#135E55
7#0E4640
8#092F2A
9#051715
Tints
Lighter variations
1#53DDCD
2#66E1D2
3#79E4D8
4#8CE8DE
5#9FECE3
6#B2F0E9
7#C6F4EE
8#D9F7F4
9#ECFBF9
Tones
Muted variations
1#47D1C1
2#4FCABB
3#56C2B6
4#5EBAB0
5#66B3AA
6#6DABA4
7#75A39E
8#7D9C98
9#859492
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECE2 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2D4 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BBAA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9587 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D443E | 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: #F2FCFB;
--sky-blue-100: #E1F9F6;
--sky-blue-200: #C8F4EF;
--sky-blue-300: #9DECE2;
--sky-blue-400: #6AE2D4;
--sky-blue-500: #3FD9C7;
--sky-blue-600: #25BBAA;
--sky-blue-700: #1D9587;
--sky-blue-800: #156A60;
--sky-blue-900: #0D443E;
--sky-blue-950: #082B27;
}