Sky Blue
#68D7E3
CyanColor Codes
All color formats for development
HEX
#68D7E3RGB
rgb(104, 215, 227)HSL
hsl(186, 69%, 65%)OKLCH
oklch(0.819 0.103 204.8)CMYK
cmyk(54%, 5%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CD0DE
2#30C8D9
3#24B4C4
4#1F9AA8
5#1A818C
6#156770
7#0F4D54
8#0A3338
9#051A1C
Tints
Lighter variations
1#77DBE6
2#86DFE9
3#95E3EC
4#A5E7EE
5#B4EBF1
6#C3EFF4
7#D2F3F7
8#E1F7F9
9#F0FBFC
Tones
Muted variations
1#6ED2DD
2#74CDD7
3#7BC8D1
4#81C3CB
5#87BEC5
6#8DB9BE
7#93B5B8
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 | E1F7 #E1F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F0 #C7F0F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE5 #9CE5ED | BordersInactive statesPlaceholder text |
| 400 | 68D7 #68D7E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DCC #3DCCDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23AE #23AEBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C8B #1C8B97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1463 #14636C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3F #0D3F45 | Primary textHigh emphasis contentDark headings |
| 950 | 0828 #08282B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFD;
--sky-blue-100: #E1F7F9;
--sky-blue-200: #C7F0F5;
--sky-blue-300: #9CE5ED;
--sky-blue-400: #68D7E3;
--sky-blue-500: #3DCCDB;
--sky-blue-600: #23AEBE;
--sky-blue-700: #1C8B97;
--sky-blue-800: #14636C;
--sky-blue-900: #0D3F45;
--sky-blue-950: #08282B;
}