Sky Blue
#68C2E3
BlueColor Codes
All color formats for development
HEX
#68C2E3RGB
rgb(104, 194, 227)HSL
hsl(196, 69%, 65%)OKLCH
oklch(0.771 0.098 224.3)CMYK
cmyk(54%, 15%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CB7DE
2#30ACD9
3#2499C4
4#1F83A8
5#1A6E8C
6#155870
7#0F4254
8#0A2C38
9#05161C
Tints
Lighter variations
1#77C9E6
2#86CFE9
3#95D5EC
4#A5DBEE
5#B4E1F1
6#C3E7F4
7#D2EDF7
8#E1F3F9
9#F0F9FC
Tones
Muted variations
1#6EC0DD
2#74BDD7
3#7BBAD1
4#81B7CB
5#87B4C5
6#8DB1BE
7#93AEB8
8#99ABB2
9#A0A9AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F3 #E1F3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E9 #C7E9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD7 #9CD7ED | BordersInactive statesPlaceholder text |
| 400 | 68C2 #68C2E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DB1 #3DB1DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2394 #2394BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C76 #1C7697 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1454 #14546C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D36 #0D3645 | Primary textHigh emphasis contentDark headings |
| 950 | 0822 #08222B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FAFD;
--sky-blue-100: #E1F3F9;
--sky-blue-200: #C7E9F5;
--sky-blue-300: #9CD7ED;
--sky-blue-400: #68C2E3;
--sky-blue-500: #3DB1DB;
--sky-blue-600: #2394BE;
--sky-blue-700: #1C7697;
--sky-blue-800: #14546C;
--sky-blue-900: #0D3645;
--sky-blue-950: #08222B;
}