Sky Blue
#43D6CC
CyanColor Codes
All color formats for development
HEX
#43D6CCRGB
rgb(67, 214, 204)HSL
hsl(176, 64%, 55%)OKLCH
oklch(0.798 0.122 188.4)CMYK
cmyk(69%, 0%, 5%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DCFC4
2#28B8AE
3#23A199
4#1E8A83
5#19736D
6#145C57
7#0F4541
8#0A2E2C
9#051716
Tints
Lighter variations
1#56DAD1
2#68DED6
3#7BE2DB
4#8EE6E0
5#A1EAE5
6#B4EEEB
7#C7F3F0
8#D9F7F5
9#ECFBFA
Tones
Muted variations
1#4ACEC6
2#51C7BF
3#59C0B9
4#60B8B2
5#68B1AC
6#6FAAA6
7#76A29F
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 #C9F3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAE5 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFD7 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6CC | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20928B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176963 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433F | 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: #C9F3F0;
--sky-blue-300: #9FEAE5;
--sky-blue-400: #6DDFD7;
--sky-blue-500: #43D6CC;
--sky-blue-600: #28B8AE;
--sky-blue-700: #20928B;
--sky-blue-800: #176963;
--sky-blue-900: #0F433F;
--sky-blue-950: #092A28;
}