Sky Blue
#3FD9CF
CyanColor Codes
All color formats for development
HEX
#3FD9CFRGB
rgb(63, 217, 207)HSL
hsl(176, 67%, 55%)OKLCH
oklch(0.805 0.126 188.5)CMYK
cmyk(71%, 0%, 5%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2AD3C8
2#25BBB1
3#20A49B
4#1C8D85
5#17756F
6#135E59
7#0E4643
8#092F2C
9#051716
Tints
Lighter variations
1#53DDD4
2#66E1D9
3#79E4DD
4#8CE8E2
5#9FECE7
6#B2F0EC
7#C6F4F1
8#D9F7F5
9#ECFBFA
Tones
Muted variations
1#47D1C8
2#4FCAC2
3#56C2BB
4#5EBAB4
5#66B3AE
6#6DABA7
7#75A3A0
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 #C8F4F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECE6 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2DA | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BBB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D958D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4440 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B28 | 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: #C8F4F1;
--sky-blue-300: #9DECE6;
--sky-blue-400: #6AE2DA;
--sky-blue-500: #3FD9CF;
--sky-blue-600: #25BBB1;
--sky-blue-700: #1D958D;
--sky-blue-800: #156A65;
--sky-blue-900: #0D4440;
--sky-blue-950: #082B28;
}