Sky Blue
#43C7D6
CyanColor Codes
All color formats for development
HEX
#43C7D6RGB
rgb(67, 199, 214)HSL
hsl(186, 64%, 55%)OKLCH
oklch(0.765 0.113 206)CMYK
cmyk(69%, 7%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DBFCF
2#28AAB8
3#2394A1
4#1E7F8A
5#196A73
6#14555C
7#0F4045
8#0A2A2E
9#051517
Tints
Lighter variations
1#56CDDA
2#68D2DE
3#7BD8E2
4#8EDDE6
5#A1E3EA
6#B4E9EE
7#C7EEF3
8#D9F4F7
9#ECF9FB
Tones
Muted variations
1#4AC1CE
2#51BBC7
3#59B5C0
4#60B0B8
5#68AAB1
6#6FA4AA
7#769EA2
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 | E2F6 #E2F6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9EF #C9EFF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE2 #9FE2EA | BordersInactive statesPlaceholder text |
| 400 | 6DD3 #6DD3DF | Disabled statesSecondary iconsMuted text |
| 500 | 43C7 #43C7D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28AA #28AAB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2087 #208792 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1760 #176069 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3E #0F3E43 | 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: #E2F6F9;
--sky-blue-200: #C9EFF3;
--sky-blue-300: #9FE2EA;
--sky-blue-400: #6DD3DF;
--sky-blue-500: #43C7D6;
--sky-blue-600: #28AAB8;
--sky-blue-700: #208792;
--sky-blue-800: #176069;
--sky-blue-900: #0F3E43;
--sky-blue-950: #09272A;
}