Sky Blue
#68D3E3
CyanColor Codes
All color formats for development
HEX
#68D3E3RGB
rgb(104, 211, 227)HSL
hsl(188, 69%, 65%)OKLCH
oklch(0.809 0.101 208.3)CMYK
cmyk(54%, 7%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CCBDE
2#30C3D9
3#24AFC4
4#1F96A8
5#1A7D8C
6#156470
7#0F4B54
8#0A3238
9#05191C
Tints
Lighter variations
1#77D7E6
2#86DCE9
3#95E0EC
4#A5E5EE
5#B4E9F1
6#C3EDF4
7#D2F2F7
8#E1F6F9
9#F0FBFC
Tones
Muted variations
1#6ECEDD
2#74CAD7
3#7BC5D1
4#81C1CB
5#87BCC5
6#8DB8BE
7#93B3B8
8#99AFB2
9#A0AAAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F6 #E1F6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EF #C7EFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE2 #9CE2ED | BordersInactive statesPlaceholder text |
| 400 | 68D3 #68D3E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DC6 #3DC6DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23A9 #23A9BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C86 #1C8697 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1460 #14606C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3D #0D3D45 | Primary textHigh emphasis contentDark headings |
| 950 | 0826 #08262B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FBFD;
--sky-blue-100: #E1F6F9;
--sky-blue-200: #C7EFF5;
--sky-blue-300: #9CE2ED;
--sky-blue-400: #68D3E3;
--sky-blue-500: #3DC6DB;
--sky-blue-600: #23A9BE;
--sky-blue-700: #1C8697;
--sky-blue-800: #14606C;
--sky-blue-900: #0D3D45;
--sky-blue-950: #08262B;
}