Sky Blue
#43D6CE
CyanColor Codes
All color formats for development
HEX
#43D6CERGB
rgb(67, 214, 206)HSL
hsl(177, 64%, 55%)OKLCH
oklch(0.798 0.122 189.7)CMYK
cmyk(69%, 0%, 4%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DCFC7
2#28B8B1
3#23A19B
4#1E8A85
5#19736F
6#145C58
7#0F4542
8#0A2E2C
9#051716
Tints
Lighter variations
1#56DAD3
2#68DED8
3#7BE2DD
4#8EE6E2
5#A1EAE7
6#B4EEEC
7#C7F3F0
8#D9F7F5
9#ECFBFA
Tones
Muted variations
1#4ACEC8
2#51C7C1
3#59C0BB
4#60B8B4
5#68B1AD
6#6FAAA7
7#76A2A0
8#7E9B99
9#859493
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAE6 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFD9 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20928D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176964 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4340 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFC;
--sky-blue-100: #E2F9F7;
--sky-blue-200: #C9F3F1;
--sky-blue-300: #9FEAE6;
--sky-blue-400: #6DDFD9;
--sky-blue-500: #43D6CE;
--sky-blue-600: #28B8B1;
--sky-blue-700: #20928D;
--sky-blue-800: #176964;
--sky-blue-900: #0F4340;
--sky-blue-950: #092A28;
}