Sky Blue
#67D1E4
CyanColor Codes
All color formats for development
HEX
#67D1E4RGB
rgb(103, 209, 228)HSL
hsl(189, 70%, 65%)OKLCH
oklch(0.805 0.101 210.8)CMYK
cmyk(55%, 8%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4BC9DF
2#2FC1DA
3#23ADC5
4#1E94A9
5#197B8D
6#146371
7#0F4A55
8#0A3138
9#05191C
Tints
Lighter variations
1#76D6E7
2#86DBEA
3#95DFEC
4#A4E4EF
5#B3E8F2
6#C2EDF4
7#D1F1F7
8#E1F6FA
9#F0FAFC
Tones
Muted variations
1#6ECDDE
2#74C9D8
3#7AC4D1
4#80C0CB
5#87BCC5
6#8DB7BF
7#93B3B8
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 | E1F6 #E1F6FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EE #C7EEF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE1 #9BE1ED | BordersInactive statesPlaceholder text |
| 400 | 67D1 #67D1E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CC4 #3CC4DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22A7 #22A7BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B85 #1B8598 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 135F #135F6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C3D #0C3D45 | Primary textHigh emphasis contentDark headings |
| 950 | 0826 #08262B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FBFD;
--sky-blue-100: #E1F6FA;
--sky-blue-200: #C7EEF5;
--sky-blue-300: #9BE1ED;
--sky-blue-400: #67D1E4;
--sky-blue-500: #3CC4DD;
--sky-blue-600: #22A7BF;
--sky-blue-700: #1B8598;
--sky-blue-800: #135F6C;
--sky-blue-900: #0C3D45;
--sky-blue-950: #08262B;
}