Sky Blue
#67E4D1
CyanColor Codes
All color formats for development
HEX
#67E4D1RGB
rgb(103, 228, 209)HSL
hsl(171, 70%, 65%)OKLCH
oklch(0.843 0.115 182)CMYK
cmyk(55%, 0%, 8%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4BDFC9
2#2FDAC1
3#23C5AD
4#1EA994
5#198D7B
6#147163
7#0F554A
8#0A3831
9#051C19
Tints
Lighter variations
1#76E7D6
2#86EADB
3#95ECDF
4#A4EFE4
5#B3F2E8
6#C2F4ED
7#D1F7F1
8#E1FAF6
9#F0FCFA
Tones
Muted variations
1#6EDECD
2#74D8C9
3#7AD1C4
4#80CBC0
5#87C5BC
6#8DBFB7
7#93B8B3
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 #E1FAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDE1 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4D1 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BFA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9885 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C453D | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B26 | 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: #C7F5EE;
--sky-blue-300: #9BEDE1;
--sky-blue-400: #67E4D1;
--sky-blue-500: #3CDDC4;
--sky-blue-600: #22BFA7;
--sky-blue-700: #1B9885;
--sky-blue-800: #136C5F;
--sky-blue-900: #0C453D;
--sky-blue-950: #082B26;
}