Sky Blue
#68DDE3
CyanColor Codes
All color formats for development
HEX
#68DDE3RGB
rgb(104, 221, 227)HSL
hsl(183, 69%, 65%)OKLCH
oklch(0.833 0.106 199.9)CMYK
cmyk(54%, 3%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CD7DE
2#30D1D9
3#24BCC4
4#1FA1A8
5#1A868C
6#156B70
7#0F5154
8#0A3638
9#051B1C
Tints
Lighter variations
1#77E1E6
2#86E4E9
3#95E7EC
4#A5EBEE
5#B4EEF1
6#C3F1F4
7#D2F5F7
8#E1F8F9
9#F0FCFC
Tones
Muted variations
1#6ED8DD
2#74D2D7
3#7BCDD1
4#81C7CB
5#87C1C5
6#8DBCBE
7#93B6B8
8#99B1B2
9#A0ABAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F8 #E1F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F2 #C7F2F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE9 #9CE9ED | BordersInactive statesPlaceholder text |
| 400 | 68DD #68DDE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DD4 #3DD4DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23B6 #23B6BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C91 #1C9197 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1467 #14676C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D42 #0D4245 | Primary textHigh emphasis contentDark headings |
| 950 | 0829 #08292B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFD;
--sky-blue-100: #E1F8F9;
--sky-blue-200: #C7F2F5;
--sky-blue-300: #9CE9ED;
--sky-blue-400: #68DDE3;
--sky-blue-500: #3DD4DB;
--sky-blue-600: #23B6BE;
--sky-blue-700: #1C9197;
--sky-blue-800: #14676C;
--sky-blue-900: #0D4245;
--sky-blue-950: #08292B;
}