Sky Blue
#68DFE3
CyanColor Codes
All color formats for development
HEX
#68DFE3RGB
rgb(104, 223, 227)HSL
hsl(182, 69%, 65%)OKLCH
oklch(0.837 0.107 198.3)CMYK
cmyk(54%, 2%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CD9DE
2#30D3D9
3#24BFC4
4#1FA3A8
5#1A888C
6#156D70
7#0F5254
8#0A3638
9#051B1C
Tints
Lighter variations
1#77E2E6
2#86E6E9
3#95E9EC
4#A5ECEE
5#B4EFF1
6#C3F2F4
7#D2F5F7
8#E1F9F9
9#F0FCFC
Tones
Muted variations
1#6ED9DD
2#74D4D7
3#7BCED1
4#81C8CB
5#87C2C5
6#8DBDBE
7#93B7B8
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 | E1F9 #E1F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F3 #C7F3F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEA #9CEAED | BordersInactive statesPlaceholder text |
| 400 | 68DF #68DFE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DD6 #3DD6DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23B8 #23B8BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C93 #1C9397 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1469 #14696C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D43 #0D4345 | Primary textHigh emphasis contentDark headings |
| 950 | 082A #082A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFD;
--sky-blue-100: #E1F9F9;
--sky-blue-200: #C7F3F5;
--sky-blue-300: #9CEAED;
--sky-blue-400: #68DFE3;
--sky-blue-500: #3DD6DB;
--sky-blue-600: #23B8BE;
--sky-blue-700: #1C9397;
--sky-blue-800: #14696C;
--sky-blue-900: #0D4345;
--sky-blue-950: #082A2B;
}