Sky Blue
#43C2D6
CyanColor Codes
All color formats for development
HEX
#43C2D6RGB
rgb(67, 194, 214)HSL
hsl(188, 64%, 55%)OKLCH
oklch(0.753 0.112 210)CMYK
cmyk(69%, 9%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DB9CF
2#28A5B8
3#2390A1
4#1E7C8A
5#196773
6#14525C
7#0F3E45
8#0A292E
9#051517
Tints
Lighter variations
1#56C8DA
2#68CEDE
3#7BD4E2
4#8EDAE6
5#A1E1EA
6#B4E7EE
7#C7EDF3
8#D9F3F7
9#ECF9FB
Tones
Muted variations
1#4ABDCE
2#51B7C7
3#59B2C0
4#60ADB8
5#68A7B1
6#6FA2AA
7#769CA2
8#7E979B
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 | C9ED #C9EDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE0 #9FE0EA | BordersInactive statesPlaceholder text |
| 400 | 6DD0 #6DD0DF | Disabled statesSecondary iconsMuted text |
| 500 | 43C2 #43C2D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28A5 #28A5B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2083 #208392 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 175E #175E69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3C #0F3C43 | Primary textHigh emphasis contentDark headings |
| 950 | 0925 #09252A | 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: #C9EDF3;
--sky-blue-300: #9FE0EA;
--sky-blue-400: #6DD0DF;
--sky-blue-500: #43C2D6;
--sky-blue-600: #28A5B8;
--sky-blue-700: #208392;
--sky-blue-800: #175E69;
--sky-blue-900: #0F3C43;
--sky-blue-950: #09252A;
}