Sky Blue
#43C5D6
CyanColor Codes
All color formats for development
HEX
#43C5D6RGB
rgb(67, 197, 214)HSL
hsl(187, 64%, 55%)OKLCH
oklch(0.76 0.113 207.6)CMYK
cmyk(69%, 8%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DBCCF
2#28A7B8
3#2392A1
4#1E7D8A
5#196973
6#14545C
7#0F3F45
8#0A2A2E
9#051517
Tints
Lighter variations
1#56CADA
2#68D0DE
3#7BD6E2
4#8EDCE6
5#A1E2EA
6#B4E8EE
7#C7EDF3
8#D9F3F7
9#ECF9FB
Tones
Muted variations
1#4ABFCE
2#51B9C7
3#59B4C0
4#60AEB8
5#68A8B1
6#6FA3AA
7#769DA2
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 | C9EE #C9EEF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE1 #9FE1EA | BordersInactive statesPlaceholder text |
| 400 | 6DD2 #6DD2DF | Disabled statesSecondary iconsMuted text |
| 500 | 43C5 #43C5D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28A7 #28A7B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2085 #208592 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 175F #175F69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3D #0F3D43 | Primary textHigh emphasis contentDark headings |
| 950 | 0926 #09262A | 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: #C9EEF3;
--sky-blue-300: #9FE1EA;
--sky-blue-400: #6DD2DF;
--sky-blue-500: #43C5D6;
--sky-blue-600: #28A7B8;
--sky-blue-700: #208592;
--sky-blue-800: #175F69;
--sky-blue-900: #0F3D43;
--sky-blue-950: #09262A;
}