Sky Blue
#67C9E4
CyanColor Codes
All color formats for development
HEX
#67C9E4RGB
rgb(103, 201, 228)HSL
hsl(193, 70%, 65%)OKLCH
oklch(0.787 0.099 218.2)CMYK
cmyk(55%, 12%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4BBFDF
2#2FB5DA
3#23A2C5
4#1E8BA9
5#19748D
6#145D71
7#0F4555
8#0A2E38
9#05171C
Tints
Lighter variations
1#76CFE7
2#86D4EA
3#95D9EC
4#A4DFEF
5#B3E4F2
6#C2E9F4
7#D1EFF7
8#E1F4FA
9#F0FAFC
Tones
Muted variations
1#6EC6DE
2#74C2D8
3#7ABFD1
4#80BBCB
5#87B7C5
6#8DB4BF
7#93B0B8
8#99ADB2
9#A0A9AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F4 #E1F4FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EB #C7EBF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BDC #9BDCED | BordersInactive statesPlaceholder text |
| 400 | 67C9 #67C9E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CBA #3CBADD | Primary brand colorCTAsActive elementsLinks |
| 600 | 229D #229DBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B7D #1B7D98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1359 #13596C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C39 #0C3945 | Primary textHigh emphasis contentDark headings |
| 950 | 0824 #08242B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FAFD;
--sky-blue-100: #E1F4FA;
--sky-blue-200: #C7EBF5;
--sky-blue-300: #9BDCED;
--sky-blue-400: #67C9E4;
--sky-blue-500: #3CBADD;
--sky-blue-600: #229DBF;
--sky-blue-700: #1B7D98;
--sky-blue-800: #13596C;
--sky-blue-900: #0C3945;
--sky-blue-950: #08242B;
}