Sky Blue
#6ECFDE
CyanColor Codes
All color formats for development
HEX
#6ECFDERGB
rgb(110, 207, 222)HSL
hsl(188, 63%, 65%)OKLCH
oklch(0.801 0.094 208.6)CMYK
cmyk(50%, 7%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53C6D8
2#37BDD2
3#2BAABD
4#2591A2
5#1F7987
6#19616C
7#124951
8#0C3036
9#06181B
Tints
Lighter variations
1#7CD4E1
2#8BD9E5
3#99DDE8
4#A8E2EB
5#B6E7EE
6#C5ECF2
7#D3F1F5
8#E2F5F8
9#F0FAFC
Tones
Muted variations
1#73CBD8
2#79C7D3
3#7EC3CD
4#84BEC7
5#8ABAC2
6#8FB6BC
7#95B2B7
8#9BAEB1
9#A0AAAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F5 #E2F5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9ED #C9EDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FDF #9FDFE9 | BordersInactive statesPlaceholder text |
| 400 | 6ECF #6ECFDE | Disabled statesSecondary iconsMuted text |
| 500 | 44C1 #44C1D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AA4 #2AA4B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2182 #218291 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 185D #185D68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3C #0F3C43 | Primary textHigh emphasis contentDark headings |
| 950 | 0925 #09252A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FBFC;
--sky-blue-100: #E2F5F8;
--sky-blue-200: #C9EDF3;
--sky-blue-300: #9FDFE9;
--sky-blue-400: #6ECFDE;
--sky-blue-500: #44C1D5;
--sky-blue-600: #2AA4B7;
--sky-blue-700: #218291;
--sky-blue-800: #185D68;
--sky-blue-900: #0F3C43;
--sky-blue-950: #09252A;
}