Sky Blue
#68C9E3
CyanColor Codes
All color formats for development
HEX
#68C9E3RGB
rgb(104, 201, 227)HSL
hsl(193, 69%, 65%)OKLCH
oklch(0.787 0.098 217.6)CMYK
cmyk(54%, 11%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CBFDE
2#30B4D9
3#24A1C4
4#1F8AA8
5#1A738C
6#155C70
7#0F4554
8#0A2E38
9#05171C
Tints
Lighter variations
1#77CEE6
2#86D4E9
3#95D9EC
4#A5DEEE
5#B4E4F1
6#C3E9F4
7#D2EFF7
8#E1F4F9
9#F0FAFC
Tones
Muted variations
1#6EC5DD
2#74C2D7
3#7BBED1
4#81BBCB
5#87B7C5
6#8DB4BE
7#93B0B8
8#99ADB2
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 | C7EB #C7EBF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CDB #9CDBED | BordersInactive statesPlaceholder text |
| 400 | 68C9 #68C9E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DB9 #3DB9DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 239C #239CBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C7C #1C7C97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1459 #14596C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D39 #0D3945 | 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: #C7EBF5;
--sky-blue-300: #9CDBED;
--sky-blue-400: #68C9E3;
--sky-blue-500: #3DB9DB;
--sky-blue-600: #239CBE;
--sky-blue-700: #1C7C97;
--sky-blue-800: #14596C;
--sky-blue-900: #0D3945;
--sky-blue-950: #08232B;
}