Sky Blue
#43D6C5
CyanColor Codes
All color formats for development
HEX
#43D6C5RGB
rgb(67, 214, 197)HSL
hsl(173, 64%, 55%)OKLCH
oklch(0.795 0.124 183.9)CMYK
cmyk(69%, 0%, 8%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DCFBC
2#28B8A7
3#23A192
4#1E8A7D
5#197369
6#145C54
7#0F453F
8#0A2E2A
9#051715
Tints
Lighter variations
1#56DACA
2#68DED0
3#7BE2D6
4#8EE6DC
5#A1EAE2
6#B4EEE8
7#C7F3ED
8#D9F7F3
9#ECFBF9
Tones
Muted variations
1#4ACEBF
2#51C7B9
3#59C0B4
4#60B8AE
5#68B1A8
6#6FAAA3
7#76A29D
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 #C9F3EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAE1 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFD2 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6C5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209285 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17695F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433D | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A26 | 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: #C9F3EE;
--sky-blue-300: #9FEAE1;
--sky-blue-400: #6DDFD2;
--sky-blue-500: #43D6C5;
--sky-blue-600: #28B8A7;
--sky-blue-700: #209285;
--sky-blue-800: #17695F;
--sky-blue-900: #0F433D;
--sky-blue-950: #092A26;
}