Sky Blue
#43C9D6
CyanColor Codes
All color formats for development
HEX
#43C9D6RGB
rgb(67, 201, 214)HSL
hsl(185, 64%, 55%)OKLCH
oklch(0.77 0.114 204.4)CMYK
cmyk(69%, 6%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DC2CF
2#28ACB8
3#2397A1
4#1E818A
5#196C73
6#14565C
7#0F4145
8#0A2B2E
9#051617
Tints
Lighter variations
1#56CFDA
2#68D4DE
3#7BDAE2
4#8EDFE6
5#A1E4EA
6#B4EAEE
7#C7EFF3
8#D9F4F7
9#ECFAFB
Tones
Muted variations
1#4AC3CE
2#51BDC7
3#59B7C0
4#60B1B8
5#68ABB1
6#6FA5AA
7#769FA2
8#7E989B
9#859294
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F7 #E2F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F0 #C9F0F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE4 #9FE4EA | BordersInactive statesPlaceholder text |
| 400 | 6DD5 #6DD5DF | Disabled statesSecondary iconsMuted text |
| 500 | 43C9 #43C9D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28AC #28ACB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2089 #208992 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1762 #176269 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3F #0F3F43 | Primary textHigh emphasis contentDark headings |
| 950 | 0927 #09272A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FBFC;
--sky-blue-100: #E2F7F9;
--sky-blue-200: #C9F0F3;
--sky-blue-300: #9FE4EA;
--sky-blue-400: #6DD5DF;
--sky-blue-500: #43C9D6;
--sky-blue-600: #28ACB8;
--sky-blue-700: #208992;
--sky-blue-800: #176269;
--sky-blue-900: #0F3F43;
--sky-blue-950: #09272A;
}