Sky Blue
#3FCCD9
CyanColor Codes
All color formats for development
HEX
#3FCCD9RGB
rgb(63, 204, 217)HSL
hsl(185, 67%, 55%)OKLCH
oklch(0.777 0.118 204.1)CMYK
cmyk(71%, 6%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2AC5D3
2#25AFBB
3#2099A4
4#1C838D
5#176D75
6#13575E
7#0E4246
8#092C2F
9#051617
Tints
Lighter variations
1#53D1DD
2#66D6E1
3#79DCE4
4#8CE1E8
5#9FE6EC
6#B2EBF0
7#C6F0F4
8#D9F5F7
9#ECFAFB
Tones
Muted variations
1#47C6D1
2#4FC0CA
3#56B9C2
4#5EB3BA
5#66ACB3
6#6DA6AB
7#759FA3
8#7D999C
9#859394
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F7 #E1F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F0 #C8F0F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DE5 #9DE5EC | BordersInactive statesPlaceholder text |
| 400 | 6AD8 #6AD8E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FCC #3FCCD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25AF #25AFBB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D8B #1D8B95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1563 #15636A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D40 #0D4044 | Primary textHigh emphasis contentDark headings |
| 950 | 0828 #08282B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFC;
--sky-blue-100: #E1F7F9;
--sky-blue-200: #C8F0F4;
--sky-blue-300: #9DE5EC;
--sky-blue-400: #6AD8E2;
--sky-blue-500: #3FCCD9;
--sky-blue-600: #25AFBB;
--sky-blue-700: #1D8B95;
--sky-blue-800: #15636A;
--sky-blue-900: #0D4044;
--sky-blue-950: #08282B;
}