Sky Blue
#67E4D6
CyanColor Codes
All color formats for development
HEX
#67E4D6RGB
rgb(103, 228, 214)HSL
hsl(173, 70%, 65%)OKLCH
oklch(0.844 0.113 185.4)CMYK
cmyk(55%, 0%, 6%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4BDFCE
2#2FDAC6
3#23C5B2
4#1EA999
5#198D7F
6#147166
7#0F554C
8#0A3833
9#051C19
Tints
Lighter variations
1#76E7DA
2#86EADE
3#95ECE2
4#A4EFE6
5#B3F2EA
6#C2F4EE
7#D1F7F3
8#E1FAF7
9#F0FCFB
Tones
Muted variations
1#6EDED1
2#74D8CC
3#7AD1C7
4#80CBC2
5#87C5BE
6#8DBFB9
7#93B8B4
8#99B2AF
9#A0ACAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDE4 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4D6 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDCA | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BFAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9889 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C453F | 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: #E1FAF7;
--sky-blue-200: #C7F5F0;
--sky-blue-300: #9BEDE4;
--sky-blue-400: #67E4D6;
--sky-blue-500: #3CDDCA;
--sky-blue-600: #22BFAC;
--sky-blue-700: #1B9889;
--sky-blue-800: #136C62;
--sky-blue-900: #0C453F;
--sky-blue-950: #082B27;
}