Sky Blue
#67E4E4
CyanColor Codes
All color formats for development
HEX
#67E4E4RGB
rgb(103, 228, 228)HSL
hsl(180, 70%, 65%)OKLCH
oklch(0.849 0.111 195.3)CMYK
cmyk(55%, 0%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4BDFDF
2#2FDADA
3#23C5C5
4#1EA9A9
5#198D8D
6#147171
7#0F5555
8#0A3838
9#051C1C
Tints
Lighter variations
1#76E7E7
2#86EAEA
3#95ECEC
4#A4EFEF
5#B3F2F2
6#C2F4F4
7#D1F7F7
8#E1FAFA
9#F0FCFC
Tones
Muted variations
1#6EDEDE
2#74D8D8
3#7AD1D1
4#80CBCB
5#87C5C5
6#8DBFBF
7#93B8B8
8#99B2B2
9#A0ACAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDED | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BFBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9898 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4545 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFD;
--sky-blue-100: #E1FAFA;
--sky-blue-200: #C7F5F5;
--sky-blue-300: #9BEDED;
--sky-blue-400: #67E4E4;
--sky-blue-500: #3CDDDD;
--sky-blue-600: #22BFBF;
--sky-blue-700: #1B9898;
--sky-blue-800: #136C6C;
--sky-blue-900: #0C4545;
--sky-blue-950: #082B2B;
}