Sky Blue
#67E4D8
CyanColor Codes
All color formats for development
HEX
#67E4D8RGB
rgb(103, 228, 216)HSL
hsl(174, 70%, 65%)OKLCH
oklch(0.845 0.113 186.8)CMYK
cmyk(55%, 0%, 5%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4BDFD0
2#2FDAC9
3#23C5B5
4#1EA99B
5#198D81
6#147167
7#0F554E
8#0A3834
9#051C1A
Tints
Lighter variations
1#76E7DC
2#86EAE0
3#95ECE4
4#A4EFE7
5#B3F2EB
6#C2F4EF
7#D1F7F3
8#E1FAF7
9#F0FCFB
Tones
Muted variations
1#6EDED3
2#74D8CE
3#7AD1C9
4#80CBC4
5#87C5BF
6#8DBFBA
7#93B8B5
8#99B2B0
9#A0ACAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDE5 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4D8 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BFAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B988B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4540 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFC;
--sky-blue-100: #E1FAF7;
--sky-blue-200: #C7F5F0;
--sky-blue-300: #9BEDE5;
--sky-blue-400: #67E4D8;
--sky-blue-500: #3CDDCD;
--sky-blue-600: #22BFAF;
--sky-blue-700: #1B988B;
--sky-blue-800: #136C63;
--sky-blue-900: #0C4540;
--sky-blue-950: #082B28;
}