Sky Blue
#6ECDDE
CyanColor Codes
All color formats for development
HEX
#6ECDDERGB
rgb(110, 205, 222)HSL
hsl(189, 63%, 65%)OKLCH
oklch(0.796 0.093 210.5)CMYK
cmyk(50%, 8%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53C4D8
2#37BBD2
3#2BA7BD
4#258FA2
5#1F7787
6#19606C
7#124851
8#0C3036
9#06181B
Tints
Lighter variations
1#7CD2E1
2#8BD7E5
3#99DCE8
4#A8E1EB
5#B6E6EE
6#C5EBF2
7#D3F0F5
8#E2F5F8
9#F0FAFC
Tones
Muted variations
1#73C9D8
2#79C5D3
3#7EC1CD
4#84BDC7
5#8AB9C2
6#8FB5BC
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 | C9EC #C9ECF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FDE #9FDEE9 | BordersInactive statesPlaceholder text |
| 400 | 6ECD #6ECDDE | Disabled statesSecondary iconsMuted text |
| 500 | 44BF #44BFD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AA2 #2AA2B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2181 #218191 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 185C #185C68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3B #0F3B43 | 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: #C9ECF3;
--sky-blue-300: #9FDEE9;
--sky-blue-400: #6ECDDE;
--sky-blue-500: #44BFD5;
--sky-blue-600: #2AA2B7;
--sky-blue-700: #218191;
--sky-blue-800: #185C68;
--sky-blue-900: #0F3B43;
--sky-blue-950: #09252A;
}