Sky Blue
#67E4DE
CyanColor Codes
All color formats for development
HEX
#67E4DERGB
rgb(103, 228, 222)HSL
hsl(177, 70%, 65%)OKLCH
oklch(0.847 0.112 191)CMYK
cmyk(55%, 0%, 3%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4BDFD8
2#2FDAD2
3#23C5BD
4#1EA9A2
5#198D87
6#14716C
7#0F5551
8#0A3836
9#051C1B
Tints
Lighter variations
1#76E7E1
2#86EAE5
3#95ECE8
4#A4EFEB
5#B3F2EE
6#C2F4F2
7#D1F7F5
8#E1FAF8
9#F0FCFC
Tones
Muted variations
1#6EDED8
2#74D8D3
3#7AD1CD
4#80CBC7
5#87C5C2
6#8DBFBC
7#93B8B7
8#99B2B1
9#A0ACAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDE9 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4DE | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BFB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9891 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4543 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFC;
--sky-blue-100: #E1FAF8;
--sky-blue-200: #C7F5F3;
--sky-blue-300: #9BEDE9;
--sky-blue-400: #67E4DE;
--sky-blue-500: #3CDDD5;
--sky-blue-600: #22BFB7;
--sky-blue-700: #1B9891;
--sky-blue-800: #136C68;
--sky-blue-900: #0C4543;
--sky-blue-950: #082B2A;
}