Sky Blue
#67E4CF
CyanColor Codes
All color formats for development
HEX
#67E4CFRGB
rgb(103, 228, 207)HSL
hsl(170, 70%, 65%)OKLCH
oklch(0.842 0.116 180.7)CMYK
cmyk(55%, 0%, 9%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4BDFC7
2#2FDABE
3#23C5AA
4#1EA992
5#198D7A
6#147161
7#0F5549
8#0A3831
9#051C18
Tints
Lighter variations
1#76E7D4
2#86EAD9
3#95ECDE
4#A4EFE2
5#B3F2E7
6#C2F4EC
7#D1F7F1
8#E1FAF5
9#F0FCFA
Tones
Muted variations
1#6EDECB
2#74D8C7
3#7AD1C3
4#80CBBF
5#87C5BB
6#8DBFB6
7#93B8B2
8#99B2AE
9#A0ACAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDE0 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4CF | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDC2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BFA5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9883 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C453C | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFB;
--sky-blue-100: #E1FAF5;
--sky-blue-200: #C7F5ED;
--sky-blue-300: #9BEDE0;
--sky-blue-400: #67E4CF;
--sky-blue-500: #3CDDC2;
--sky-blue-600: #22BFA5;
--sky-blue-700: #1B9883;
--sky-blue-800: #136C5E;
--sky-blue-900: #0C453C;
--sky-blue-950: #082B25;
}