Sky Blue
#67E4E2
CyanColor Codes
All color formats for development
HEX
#67E4E2RGB
rgb(103, 228, 226)HSL
hsl(179, 70%, 65%)OKLCH
oklch(0.848 0.111 193.8)CMYK
cmyk(55%, 0%, 1%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4BDFDD
2#2FDAD7
3#23C5C3
4#1EA9A7
5#198D8B
6#14716F
7#0F5553
8#0A3838
9#051C1C
Tints
Lighter variations
1#76E7E5
2#86EAE8
3#95ECEB
4#A4EFEE
5#B3F2F1
6#C2F4F3
7#D1F7F6
8#E1FAF9
9#F0FCFC
Tones
Muted variations
1#6EDEDC
2#74D8D6
3#7AD1D0
4#80CBCA
5#87C5C4
6#8DBFBE
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 #E1FAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDEC | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BFBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9896 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4544 | 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: #E1FAF9;
--sky-blue-200: #C7F5F4;
--sky-blue-300: #9BEDEC;
--sky-blue-400: #67E4E2;
--sky-blue-500: #3CDDDA;
--sky-blue-600: #22BFBC;
--sky-blue-700: #1B9896;
--sky-blue-800: #136C6B;
--sky-blue-900: #0C4544;
--sky-blue-950: #082B2B;
}