Sky Blue
#67DCE4
CyanColor Codes
All color formats for development
HEX
#67DCE4RGB
rgb(103, 220, 228)HSL
hsl(184, 70%, 65%)OKLCH
oklch(0.83 0.106 201.4)CMYK
cmyk(55%, 4%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4BD5DF
2#2FCFDA
3#23BAC5
4#1EA0A9
5#19858D
6#146B71
7#0F5055
8#0A3538
9#051B1C
Tints
Lighter variations
1#76DFE7
2#86E3EA
3#95E6EC
4#A4EAEF
5#B3EDF2
6#C2F1F4
7#D1F4F7
8#E1F8FA
9#F0FBFC
Tones
Muted variations
1#6ED6DE
2#74D1D8
3#7ACCD1
4#80C6CB
5#87C1C5
6#8DBBBF
7#93B6B8
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 | E1F8 #E1F8FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F2 #C7F2F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE8 #9BE8ED | BordersInactive statesPlaceholder text |
| 400 | 67DC #67DCE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CD2 #3CD2DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22B4 #22B4BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B8F #1B8F98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1366 #13666C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C42 #0C4245 | Primary textHigh emphasis contentDark headings |
| 950 | 0829 #08292B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFD;
--sky-blue-100: #E1F8FA;
--sky-blue-200: #C7F2F5;
--sky-blue-300: #9BE8ED;
--sky-blue-400: #67DCE4;
--sky-blue-500: #3CD2DD;
--sky-blue-600: #22B4BF;
--sky-blue-700: #1B8F98;
--sky-blue-800: #13666C;
--sky-blue-900: #0C4245;
--sky-blue-950: #08292B;
}