Sky Blue
#68BAE3
BlueColor Codes
All color formats for development
HEX
#68BAE3RGB
rgb(104, 186, 227)HSL
hsl(200, 69%, 65%)OKLCH
oklch(0.753 0.1 231.9)CMYK
cmyk(54%, 18%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CAEDE
2#30A1D9
3#248FC4
4#1F7AA8
5#1A668C
6#155270
7#0F3D54
8#0A2938
9#05141C
Tints
Lighter variations
1#77C1E6
2#86C8E9
3#95CFEC
4#A5D6EE
5#B4DDF1
6#C3E4F4
7#D2EAF7
8#E1F1F9
9#F0F8FC
Tones
Muted variations
1#6EB8DD
2#74B6D7
3#7BB4D1
4#81B2CB
5#87B0C5
6#8DAEBE
7#93ACB8
8#99AAB2
9#A0A8AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F1 #E1F1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E5 #C7E5F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD2 #9CD2ED | BordersInactive statesPlaceholder text |
| 400 | 68BA #68BAE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DA7 #3DA7DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 238A #238ABE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C6E #1C6E97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 144E #144E6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D32 #0D3245 | Primary textHigh emphasis contentDark headings |
| 950 | 081F #081F2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F9FD;
--sky-blue-100: #E1F1F9;
--sky-blue-200: #C7E5F5;
--sky-blue-300: #9CD2ED;
--sky-blue-400: #68BAE3;
--sky-blue-500: #3DA7DB;
--sky-blue-600: #238ABE;
--sky-blue-700: #1C6E97;
--sky-blue-800: #144E6C;
--sky-blue-900: #0D3245;
--sky-blue-950: #081F2B;
}