Sky Blue
#67DEE4
CyanColor Codes
All color formats for development
HEX
#67DEE4RGB
rgb(103, 222, 228)HSL
hsl(183, 70%, 65%)OKLCH
oklch(0.835 0.107 199.8)CMYK
cmyk(55%, 3%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4BD8DF
2#2FD2DA
3#23BDC5
4#1EA2A9
5#19878D
6#146C71
7#0F5155
8#0A3638
9#051B1C
Tints
Lighter variations
1#76E1E7
2#86E5EA
3#95E8EC
4#A4EBEF
5#B3EEF2
6#C2F2F4
7#D1F5F7
8#E1F8FA
9#F0FCFC
Tones
Muted variations
1#6ED8DE
2#74D3D8
3#7ACDD1
4#80C7CB
5#87C2C5
6#8DBCBF
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 | E1F8 #E1F8FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F3 #C7F3F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE9 #9BE9ED | BordersInactive statesPlaceholder text |
| 400 | 67DE #67DEE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CD5 #3CD5DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22B7 #22B7BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B91 #1B9198 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1368 #13686C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C43 #0C4345 | 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: #E1F8FA;
--sky-blue-200: #C7F3F5;
--sky-blue-300: #9BE9ED;
--sky-blue-400: #67DEE4;
--sky-blue-500: #3CD5DD;
--sky-blue-600: #22B7BF;
--sky-blue-700: #1B9198;
--sky-blue-800: #13686C;
--sky-blue-900: #0C4345;
--sky-blue-950: #082A2B;
}