Sky Blue
#68C7E3
CyanColor Codes
All color formats for development
HEX
#68C7E3RGB
rgb(104, 199, 227)HSL
hsl(194, 69%, 65%)OKLCH
oklch(0.782 0.098 219.5)CMYK
cmyk(54%, 12%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CBCDE
2#30B2D9
3#249FC4
4#1F88A8
5#1A718C
6#155B70
7#0F4454
8#0A2D38
9#05171C
Tints
Lighter variations
1#77CCE6
2#86D2E9
3#95D8EC
4#A5DDEE
5#B4E3F1
6#C3E8F4
7#D2EEF7
8#E1F4F9
9#F0F9FC
Tones
Muted variations
1#6EC3DD
2#74C0D7
3#7BBDD1
4#81B9CB
5#87B6C5
6#8DB3BE
7#93B0B8
8#99ACB2
9#A0A9AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F4 #E1F4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EA #C7EAF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CDA #9CDAED | BordersInactive statesPlaceholder text |
| 400 | 68C7 #68C7E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DB6 #3DB6DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2399 #2399BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C7A #1C7A97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1457 #14576C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D38 #0D3845 | Primary textHigh emphasis contentDark headings |
| 950 | 0823 #08232B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FAFD;
--sky-blue-100: #E1F4F9;
--sky-blue-200: #C7EAF5;
--sky-blue-300: #9CDAED;
--sky-blue-400: #68C7E3;
--sky-blue-500: #3DB6DB;
--sky-blue-600: #2399BE;
--sky-blue-700: #1C7A97;
--sky-blue-800: #14576C;
--sky-blue-900: #0D3845;
--sky-blue-950: #08232B;
}