Sky Blue
#43D6C7
CyanColor Codes
All color formats for development
HEX
#43D6C7RGB
rgb(67, 214, 199)HSL
hsl(174, 64%, 55%)OKLCH
oklch(0.796 0.124 185.1)CMYK
cmyk(69%, 0%, 7%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DCFBF
2#28B8AA
3#23A194
4#1E8A7F
5#19736A
6#145C55
7#0F4540
8#0A2E2A
9#051715
Tints
Lighter variations
1#56DACD
2#68DED2
3#7BE2D8
4#8EE6DD
5#A1EAE3
6#B4EEE9
7#C7F3EE
8#D9F7F4
9#ECFBF9
Tones
Muted variations
1#4ACEC1
2#51C7BB
3#59C0B5
4#60B8B0
5#68B1AA
6#6FAAA4
7#76A29E
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 #E2F9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAE2 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFD3 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8AA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209287 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176960 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433E | 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: #E2F9F6;
--sky-blue-200: #C9F3EF;
--sky-blue-300: #9FEAE2;
--sky-blue-400: #6DDFD3;
--sky-blue-500: #43D6C7;
--sky-blue-600: #28B8AA;
--sky-blue-700: #209287;
--sky-blue-800: #176960;
--sky-blue-900: #0F433E;
--sky-blue-950: #092A27;
}