Sky Blue
#68D5E3
CyanColor Codes
All color formats for development
HEX
#68D5E3RGB
rgb(104, 213, 227)HSL
hsl(187, 69%, 65%)OKLCH
oklch(0.814 0.102 206.6)CMYK
cmyk(54%, 6%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CCDDE
2#30C5D9
3#24B1C4
4#1F98A8
5#1A7F8C
6#156570
7#0F4C54
8#0A3338
9#05191C
Tints
Lighter variations
1#77D9E6
2#86DDE9
3#95E2EC
4#A5E6EE
5#B4EAF1
6#C3EEF4
7#D2F2F7
8#E1F7F9
9#F0FBFC
Tones
Muted variations
1#6ED0DD
2#74CCD7
3#7BC7D1
4#81C2CB
5#87BDC5
6#8DB9BE
7#93B4B8
8#99AFB2
9#A0AAAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F7 #E1F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EF #C7EFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE3 #9CE3ED | BordersInactive statesPlaceholder text |
| 400 | 68D5 #68D5E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DC9 #3DC9DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23AC #23ACBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C88 #1C8897 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1461 #14616C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3E #0D3E45 | Primary textHigh emphasis contentDark headings |
| 950 | 0827 #08272B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FBFD;
--sky-blue-100: #E1F7F9;
--sky-blue-200: #C7EFF5;
--sky-blue-300: #9CE3ED;
--sky-blue-400: #68D5E3;
--sky-blue-500: #3DC9DB;
--sky-blue-600: #23ACBE;
--sky-blue-700: #1C8897;
--sky-blue-800: #14616C;
--sky-blue-900: #0D3E45;
--sky-blue-950: #08272B;
}