Sky Blue
#67E0E4
CyanColor Codes
All color formats for development
HEX
#67E0E4RGB
rgb(103, 224, 228)HSL
hsl(182, 70%, 65%)OKLCH
oklch(0.839 0.108 198.2)CMYK
cmyk(55%, 2%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4BDADF
2#2FD5DA
3#23C0C5
4#1EA4A9
5#19898D
6#146E71
7#0F5255
8#0A3738
9#051B1C
Tints
Lighter variations
1#76E3E7
2#86E6EA
3#95E9EC
4#A4ECEF
5#B3F0F2
6#C2F3F4
7#D1F6F7
8#E1F9FA
9#F0FCFC
Tones
Muted variations
1#6EDADE
2#74D4D8
3#7ACFD1
4#80C9CB
5#87C3C5
6#8DBDBF
7#93B7B8
8#99B1B2
9#A0ACAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEB #9BEBED | BordersInactive statesPlaceholder text |
| 400 | 67E0 #67E0E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CD7 #3CD7DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BA #22BABF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B94 #1B9498 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1369 #13696C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C43 #0C4345 | Primary textHigh emphasis contentDark headings |
| 950 | 082A #082A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFD;
--sky-blue-100: #E1F9FA;
--sky-blue-200: #C7F4F5;
--sky-blue-300: #9BEBED;
--sky-blue-400: #67E0E4;
--sky-blue-500: #3CD7DD;
--sky-blue-600: #22BABF;
--sky-blue-700: #1B9498;
--sky-blue-800: #13696C;
--sky-blue-900: #0C4345;
--sky-blue-950: #082A2B;
}