Teal
#02697E
CyanColor Codes
All color formats for development
HEX
#02697ERGB
rgb(2, 105, 126)HSL
hsl(190, 97%, 25%)OKLCH
oklch(0.481 0.086 218)CMYK
cmyk(98%, 17%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#025E71
2#025464
3#014958
4#013F4B
5#01343F
6#012A32
7#011F26
8#001519
9#000A0D
Tints
Lighter variations
1#0288A3
2#03A8C9
3#04C7EF
4#1DD6FC
5#43DDFC
6#68E4FD
7#8EEBFD
8#B4F1FE
9#D9F8FE
Tones
Muted variations
1#086577
2#0E6171
3#145D6B
4#1B5865
5#21545F
6#275058
7#2D4C52
8#33484C
9#3A4446
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF9 #DCF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF3 #BEF3FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BEA #8BEAFD | BordersInactive statesPlaceholder text |
| 400 | 4FDF #4FDFFC | Disabled statesSecondary iconsMuted text |
| 500 | 1DD6 #1DD6FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03B9 #03B9DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0393 #0393B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0269 #02697E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0143 #014350 | Primary textHigh emphasis contentDark headings |
| 950 | 012A #012A32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FCFF;
--teal-100: #DCF9FE;
--teal-200: #BEF3FE;
--teal-300: #8BEAFD;
--teal-400: #4FDFFC;
--teal-500: #1DD6FC;
--teal-600: #03B9DD;
--teal-700: #0393B0;
--teal-800: #02697E;
--teal-900: #014350;
--teal-950: #012A32;
}