Sky Blue
#43D6D6
CyanColor Codes
All color formats for development
HEX
#43D6D6RGB
rgb(67, 214, 214)HSL
hsl(180, 64%, 55%)OKLCH
oklch(0.801 0.121 195)CMYK
cmyk(69%, 0%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DCFCF
2#28B8B8
3#23A1A1
4#1E8A8A
5#197373
6#145C5C
7#0F4545
8#0A2E2E
9#051717
Tints
Lighter variations
1#56DADA
2#68DEDE
3#7BE2E2
4#8EE6E6
5#A1EAEA
6#B4EEEE
7#C7F3F3
8#D9F7F7
9#ECFBFB
Tones
Muted variations
1#4ACECE
2#51C7C7
3#59C0C0
4#60B8B8
5#68B1B1
6#6FAAAA
7#76A2A2
8#7E9B9B
9#859494
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAEA | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFDF | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209292 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176969 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4343 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFC;
--sky-blue-100: #E2F9F9;
--sky-blue-200: #C9F3F3;
--sky-blue-300: #9FEAEA;
--sky-blue-400: #6DDFDF;
--sky-blue-500: #43D6D6;
--sky-blue-600: #28B8B8;
--sky-blue-700: #209292;
--sky-blue-800: #176969;
--sky-blue-900: #0F4343;
--sky-blue-950: #092A2A;
}