Sky Blue
#3FD9D1
CyanColor Codes
All color formats for development
HEX
#3FD9D1RGB
rgb(63, 217, 209)HSL
hsl(177, 67%, 55%)OKLCH
oklch(0.806 0.125 189.8)CMYK
cmyk(71%, 0%, 4%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2AD3CA
2#25BBB4
3#20A49D
4#1C8D87
5#177570
6#135E5A
7#0E4643
8#092F2D
9#051716
Tints
Lighter variations
1#53DDD6
2#66E1DB
3#79E4DF
4#8CE8E4
5#9FECE8
6#B2F0ED
7#C6F4F1
8#D9F7F6
9#ECFBFA
Tones
Muted variations
1#47D1CB
2#4FCAC4
3#56C2BD
4#5EBAB6
5#66B3AF
6#6DABA8
7#75A3A1
8#7D9C9A
9#859493
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECE8 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2DC | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BBB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D958F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4441 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFC;
--sky-blue-100: #E1F9F8;
--sky-blue-200: #C8F4F2;
--sky-blue-300: #9DECE8;
--sky-blue-400: #6AE2DC;
--sky-blue-500: #3FD9D1;
--sky-blue-600: #25BBB4;
--sky-blue-700: #1D958F;
--sky-blue-800: #156A66;
--sky-blue-900: #0D4441;
--sky-blue-950: #082B29;
}