Sky Blue
#43CED6
CyanColor Codes
All color formats for development
HEX
#43CED6RGB
rgb(67, 206, 214)HSL
hsl(183, 64%, 55%)OKLCH
oklch(0.782 0.116 200.7)CMYK
cmyk(69%, 4%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DC7CF
2#28B1B8
3#239BA1
4#1E858A
5#196F73
6#14585C
7#0F4245
8#0A2C2E
9#051617
Tints
Lighter variations
1#56D3DA
2#68D8DE
3#7BDDE2
4#8EE2E6
5#A1E7EA
6#B4ECEE
7#C7F0F3
8#D9F5F7
9#ECFAFB
Tones
Muted variations
1#4AC8CE
2#51C1C7
3#59BBC0
4#60B4B8
5#68ADB1
6#6FA7AA
7#76A0A2
8#7E999B
9#859394
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F7 #E2F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F1 #C9F1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE6 #9FE6EA | BordersInactive statesPlaceholder text |
| 400 | 6DD9 #6DD9DF | Disabled statesSecondary iconsMuted text |
| 500 | 43CE #43CED6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B1 #28B1B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 208D #208D92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1764 #176469 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F40 #0F4043 | Primary textHigh emphasis contentDark headings |
| 950 | 0928 #09282A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFC;
--sky-blue-100: #E2F7F9;
--sky-blue-200: #C9F1F3;
--sky-blue-300: #9FE6EA;
--sky-blue-400: #6DD9DF;
--sky-blue-500: #43CED6;
--sky-blue-600: #28B1B8;
--sky-blue-700: #208D92;
--sky-blue-800: #176469;
--sky-blue-900: #0F4043;
--sky-blue-950: #09282A;
}