Sky Blue
#67E4CB
CyanColor Codes
All color formats for development
HEX
#67E4CBRGB
rgb(103, 228, 203)HSL
hsl(168, 70%, 65%)OKLCH
oklch(0.841 0.118 178.1)CMYK
cmyk(55%, 0%, 11%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4BDFC2
2#2FDAB8
3#23C5A5
4#1EA98D
5#198D76
6#14715E
7#0F5547
8#0A382F
9#051C18
Tints
Lighter variations
1#76E7D0
2#86EAD6
3#95ECDB
4#A4EFE0
5#B3F2E5
6#C2F4EA
7#D1F7EF
8#E1FAF5
9#F0FCFA
Tones
Muted variations
1#6EDEC7
2#74D8C4
3#7AD1C0
4#80CBBC
5#87C5B8
6#8DBFB5
7#93B8B1
8#99B2AD
9#A0ACA9
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 #C7F5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDDD | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4CB | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B987F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C453A | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B24 | 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: #C7F5EC;
--sky-blue-300: #9BEDDD;
--sky-blue-400: #67E4CB;
--sky-blue-500: #3CDDBC;
--sky-blue-600: #22BF9F;
--sky-blue-700: #1B987F;
--sky-blue-800: #136C5B;
--sky-blue-900: #0C453A;
--sky-blue-950: #082B24;
}