Sky Blue
#43D3D6
CyanColor Codes
All color formats for development
HEX
#43D3D6RGB
rgb(67, 211, 214)HSL
hsl(181, 64%, 55%)OKLCH
oklch(0.794 0.119 197.1)CMYK
cmyk(69%, 1%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DCCCF
2#28B6B8
3#239FA1
4#1E888A
5#197273
6#145B5C
7#0F4445
8#0A2D2E
9#051717
Tints
Lighter variations
1#56D8DA
2#68DCDE
3#7BE0E2
4#8EE5E6
5#A1E9EA
6#B4EDEE
7#C7F2F3
8#D9F6F7
9#ECFBFB
Tones
Muted variations
1#4ACCCE
2#51C5C7
3#59BEC0
4#60B7B8
5#68B0B1
6#6FA9AA
7#76A2A2
8#7E9A9B
9#859394
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F2 #C9F2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9EA | BordersInactive statesPlaceholder text |
| 400 | 6DDD #6DDDDF | Disabled statesSecondary iconsMuted text |
| 500 | 43D3 #43D3D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B6 #28B6B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2090 #209092 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1767 #176769 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F42 #0F4243 | Primary textHigh emphasis contentDark headings |
| 950 | 0929 #09292A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFC;
--sky-blue-100: #E2F8F9;
--sky-blue-200: #C9F2F3;
--sky-blue-300: #9FE9EA;
--sky-blue-400: #6DDDDF;
--sky-blue-500: #43D3D6;
--sky-blue-600: #28B6B8;
--sky-blue-700: #209092;
--sky-blue-800: #176769;
--sky-blue-900: #0F4243;
--sky-blue-950: #09292A;
}