Sky Blue
#67DAE4
CyanColor Codes
All color formats for development
HEX
#67DAE4RGB
rgb(103, 218, 228)HSL
hsl(185, 70%, 65%)OKLCH
oklch(0.826 0.105 203)CMYK
cmyk(55%, 4%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4BD3DF
2#2FCCDA
3#23B8C5
4#1E9DA9
5#19838D
6#146971
7#0F4F55
8#0A3438
9#051A1C
Tints
Lighter variations
1#76DEE7
2#86E1EA
3#95E5EC
4#A4E9EF
5#B3ECF2
6#C2F0F4
7#D1F4F7
8#E1F8FA
9#F0FBFC
Tones
Muted variations
1#6ED5DE
2#74CFD8
3#7ACAD1
4#80C5CB
5#87C0C5
6#8DBBBF
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 | E1F8 #E1F8FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F1 #C7F1F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE7 #9BE7ED | BordersInactive statesPlaceholder text |
| 400 | 67DA #67DAE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CCF #3CCFDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22B2 #22B2BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B8D #1B8D98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1365 #13656C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C41 #0C4145 | 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: #E1F8FA;
--sky-blue-200: #C7F1F5;
--sky-blue-300: #9BE7ED;
--sky-blue-400: #67DAE4;
--sky-blue-500: #3CCFDD;
--sky-blue-600: #22B2BF;
--sky-blue-700: #1B8D98;
--sky-blue-800: #13656C;
--sky-blue-900: #0C4145;
--sky-blue-950: #08282B;
}