Sky Blue
#67D8E4
CyanColor Codes
All color formats for development
HEX
#67D8E4RGB
rgb(103, 216, 228)HSL
hsl(186, 70%, 65%)OKLCH
oklch(0.821 0.104 204.7)CMYK
cmyk(55%, 5%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4BD0DF
2#2FC9DA
3#23B5C5
4#1E9BA9
5#19818D
6#146771
7#0F4E55
8#0A3438
9#051A1C
Tints
Lighter variations
1#76DCE7
2#86E0EA
3#95E4EC
4#A4E7EF
5#B3EBF2
6#C2EFF4
7#D1F3F7
8#E1F7FA
9#F0FBFC
Tones
Muted variations
1#6ED3DE
2#74CED8
3#7AC9D1
4#80C4CB
5#87BFC5
6#8DBABF
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 #E1F7FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F0 #C7F0F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE5 #9BE5ED | BordersInactive statesPlaceholder text |
| 400 | 67D8 #67D8E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CCD #3CCDDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22AF #22AFBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B8B #1B8B98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1363 #13636C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C40 #0C4045 | 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: #E1F7FA;
--sky-blue-200: #C7F0F5;
--sky-blue-300: #9BE5ED;
--sky-blue-400: #67D8E4;
--sky-blue-500: #3CCDDD;
--sky-blue-600: #22AFBF;
--sky-blue-700: #1B8B98;
--sky-blue-800: #13636C;
--sky-blue-900: #0C4045;
--sky-blue-950: #08282B;
}