Sky Blue
#67E4D4
CyanColor Codes
All color formats for development
HEX
#67E4D4RGB
rgb(103, 228, 212)HSL
hsl(172, 70%, 65%)OKLCH
oklch(0.844 0.114 184)CMYK
cmyk(55%, 0%, 7%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4BDFCB
2#2FDAC3
3#23C5B0
4#1EA997
5#198D7D
6#147164
7#0F554B
8#0A3832
9#051C19
Tints
Lighter variations
1#76E7D8
2#86EADC
3#95ECE1
4#A4EFE5
5#B3F2E9
6#C2F4EE
7#D1F7F2
8#E1FAF6
9#F0FCFB
Tones
Muted variations
1#6EDECF
2#74D8CA
3#7AD1C6
4#80CBC1
5#87C5BD
6#8DBFB8
7#93B8B3
8#99B2AF
9#A0ACAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDE2 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4D4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BFAA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9887 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C453E | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFB;
--sky-blue-100: #E1FAF6;
--sky-blue-200: #C7F5EF;
--sky-blue-300: #9BEDE2;
--sky-blue-400: #67E4D4;
--sky-blue-500: #3CDDC7;
--sky-blue-600: #22BFAA;
--sky-blue-700: #1B9887;
--sky-blue-800: #136C60;
--sky-blue-900: #0C453E;
--sky-blue-950: #082B27;
}