Sky Blue
#67E4E0
CyanColor Codes
All color formats for development
HEX
#67E4E0RGB
rgb(103, 228, 224)HSL
hsl(178, 70%, 65%)OKLCH
oklch(0.847 0.111 192.4)CMYK
cmyk(55%, 0%, 2%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4BDFDA
2#2FDAD5
3#23C5C0
4#1EA9A4
5#198D89
6#14716E
7#0F5552
8#0A3837
9#051C1B
Tints
Lighter variations
1#76E7E3
2#86EAE6
3#95ECE9
4#A4EFEC
5#B3F2F0
6#C2F4F3
7#D1F7F6
8#E1FAF9
9#F0FCFC
Tones
Muted variations
1#6EDEDA
2#74D8D4
3#7AD1CF
4#80CBC9
5#87C5C3
6#8DBFBD
7#93B8B7
8#99B2B1
9#A0ACAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDEB | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4E0 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BFBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9894 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4543 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFC;
--sky-blue-100: #E1FAF9;
--sky-blue-200: #C7F5F4;
--sky-blue-300: #9BEDEB;
--sky-blue-400: #67E4E0;
--sky-blue-500: #3CDDD7;
--sky-blue-600: #22BFBA;
--sky-blue-700: #1B9894;
--sky-blue-800: #136C69;
--sky-blue-900: #0C4543;
--sky-blue-950: #082B2A;
}