Sky Blue
#68CDE3
CyanColor Codes
All color formats for development
HEX
#68CDE3RGB
rgb(104, 205, 227)HSL
hsl(191, 69%, 65%)OKLCH
oklch(0.796 0.099 213.8)CMYK
cmyk(54%, 10%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CC3DE
2#30BAD9
3#24A7C4
4#1F8FA8
5#1A778C
6#155F70
7#0F4754
8#0A3038
9#05181C
Tints
Lighter variations
1#77D2E6
2#86D7E9
3#95DCEC
4#A5E1EE
5#B4E6F1
6#C3EBF4
7#D2F0F7
8#E1F5F9
9#F0FAFC
Tones
Muted variations
1#6EC9DD
2#74C5D7
3#7BC1D1
4#81BDCB
5#87B9C5
6#8DB5BE
7#93B1B8
8#99AEB2
9#A0AAAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F5 #E1F5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EC #C7ECF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CDE #9CDEED | BordersInactive statesPlaceholder text |
| 400 | 68CD #68CDE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DBE #3DBEDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23A1 #23A1BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C80 #1C8097 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 145C #145C6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3B #0D3B45 | Primary textHigh emphasis contentDark headings |
| 950 | 0825 #08252B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FBFD;
--sky-blue-100: #E1F5F9;
--sky-blue-200: #C7ECF5;
--sky-blue-300: #9CDEED;
--sky-blue-400: #68CDE3;
--sky-blue-500: #3DBEDB;
--sky-blue-600: #23A1BE;
--sky-blue-700: #1C8097;
--sky-blue-800: #145C6C;
--sky-blue-900: #0D3B45;
--sky-blue-950: #08252B;
}