Sky Blue
#3FD9D4
CyanColor Codes
All color formats for development
HEX
#3FD9D4RGB
rgb(63, 217, 212)HSL
hsl(178, 67%, 55%)OKLCH
oklch(0.807 0.125 191.7)CMYK
cmyk(71%, 0%, 2%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2AD3CD
2#25BBB6
3#20A4A0
4#1C8D89
5#177572
6#135E5B
7#0E4644
8#092F2E
9#051717
Tints
Lighter variations
1#53DDD8
2#66E1DD
3#79E4E1
4#8CE8E5
5#9FECEA
6#B2F0EE
7#C6F4F2
8#D9F7F6
9#ECFBFB
Tones
Muted variations
1#47D1CD
2#4FCAC6
3#56C2BE
4#5EBAB7
5#66B3B0
6#6DABA9
7#75A3A2
8#7D9C9B
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 #C8F4F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECE9 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2DE | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9D4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BBB6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9591 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4442 | 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: #C8F4F3;
--sky-blue-300: #9DECE9;
--sky-blue-400: #6AE2DE;
--sky-blue-500: #3FD9D4;
--sky-blue-600: #25BBB6;
--sky-blue-700: #1D9591;
--sky-blue-800: #156A68;
--sky-blue-900: #0D4442;
--sky-blue-950: #082B29;
}