Sky Blue
#43D6C9
CyanColor Codes
All color formats for development
HEX
#43D6C9RGB
rgb(67, 214, 201)HSL
hsl(175, 64%, 55%)OKLCH
oklch(0.797 0.123 186.4)CMYK
cmyk(69%, 0%, 6%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DCFC2
2#28B8AC
3#23A197
4#1E8A81
5#19736C
6#145C56
7#0F4541
8#0A2E2B
9#051716
Tints
Lighter variations
1#56DACF
2#68DED4
3#7BE2DA
4#8EE6DF
5#A1EAE4
6#B4EEEA
7#C7F3EF
8#D9F7F4
9#ECFBFA
Tones
Muted variations
1#4ACEC3
2#51C7BD
3#59C0B7
4#60B8B1
5#68B1AB
6#6FAAA5
7#76A29F
8#7E9B98
9#859492
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAE4 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFD5 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209289 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176962 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433F | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFB;
--sky-blue-100: #E2F9F7;
--sky-blue-200: #C9F3F0;
--sky-blue-300: #9FEAE4;
--sky-blue-400: #6DDFD5;
--sky-blue-500: #43D6C9;
--sky-blue-600: #28B8AC;
--sky-blue-700: #209289;
--sky-blue-800: #176962;
--sky-blue-900: #0F433F;
--sky-blue-950: #092A27;
}