Sky Blue
#6EDEDC
CyanColor Codes
All color formats for development
HEX
#6EDEDCRGB
rgb(110, 222, 220)HSL
hsl(179, 63%, 65%)OKLCH
oklch(0.835 0.103 193.8)CMYK
cmyk(50%, 0%, 1%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53D8D6
2#37D2CF
3#2BBDBB
4#25A2A0
5#1F8785
6#196C6B
7#125150
8#0C3635
9#061B1B
Tints
Lighter variations
1#7CE1E0
2#8BE5E3
3#99E8E7
4#A8EBEA
5#B6EEEE
6#C5F2F1
7#D3F5F5
8#E2F8F8
9#F0FCFC
Tones
Muted variations
1#73D8D7
2#79D3D1
3#7ECDCC
4#84C7C6
5#8AC2C1
6#8FBCBB
7#95B7B6
8#9BB1B1
9#A0ABAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9E8 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEDC | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219190 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186867 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4342 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFC;
--sky-blue-100: #E2F8F8;
--sky-blue-200: #C9F3F2;
--sky-blue-300: #9FE9E8;
--sky-blue-400: #6EDEDC;
--sky-blue-500: #44D5D2;
--sky-blue-600: #2AB7B5;
--sky-blue-700: #219190;
--sky-blue-800: #186867;
--sky-blue-900: #0F4342;
--sky-blue-950: #092A29;
}