Sky Blue
#68DBE3
CyanColor Codes
All color formats for development
HEX
#68DBE3RGB
rgb(104, 219, 227)HSL
hsl(184, 69%, 65%)OKLCH
oklch(0.828 0.105 201.5)CMYK
cmyk(54%, 4%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CD4DE
2#30CED9
3#24B9C4
4#1F9FA8
5#1A848C
6#156A70
7#0F4F54
8#0A3538
9#051A1C
Tints
Lighter variations
1#77DFE6
2#86E2E9
3#95E6EC
4#A5E9EE
5#B4EDF1
6#C3F1F4
7#D2F4F7
8#E1F8F9
9#F0FBFC
Tones
Muted variations
1#6ED6DD
2#74D0D7
3#7BCBD1
4#81C6CB
5#87C0C5
6#8DBBBE
7#93B6B8
8#99B0B2
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 | 9CE7 #9CE7ED | BordersInactive statesPlaceholder text |
| 400 | 68DB #68DBE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DD1 #3DD1DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23B3 #23B3BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C8F #1C8F97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1466 #14666C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D41 #0D4145 | 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: #9CE7ED;
--sky-blue-400: #68DBE3;
--sky-blue-500: #3DD1DB;
--sky-blue-600: #23B3BE;
--sky-blue-700: #1C8F97;
--sky-blue-800: #14666C;
--sky-blue-900: #0D4145;
--sky-blue-950: #08292B;
}